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
-
FlatVector()
-
FlatVector(int as, T* adata)
- set size and mem
-
template<typename T2> explicit FlatVector(const MatExpr<T2> & v)
- useful to put FlatVector over Vec
Protected Fields
-
T* data
- the data
Inherited from MatExpr:
Inherited from Expr:
T* data
- the data
FlatVector()
FlatVector(int as, T* adata)
- set size and mem
template<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++.