In file vector.hpp:

template<typename T = double> class FlatVector

A simple vector.

Documentation

A simple vector. Has size and generic data-pointer. No memory allocation/deallocation. User must provide memory.

Inheritance:


Public Methods

[more] FlatVector()
[more] FlatVector(int as, T* adata)
set size and mem
[more]template<typename T2> explicit FlatVector(const MatExpr<T2> & v)
useful to put FlatVector over Vec

Protected Fields

[more]T* data
the data


Inherited from MatExpr:


Inherited from Expr:


Inherited from BaseFlatVector:

oT* data
the data

o FlatVector()

o FlatVector(int as, T* adata)
set size and mem

otemplate<typename T2> explicit FlatVector(const MatExpr<T2> & v)
useful to put FlatVector over Vec


Direct child classes:
Vector

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.