Vector<T,S> is a vector of type T with a dynamicallay allocated number of elements.
Constructor(s), Destructors(s)
operations on profil
Access to element
public members
protected constructors
protected members
Vector<T,S> is a vector of type T with a dynamicallay allocated number of elements.
storage_t
T_structure structure_t
matrix_t
this_t
structure_t::iterator_t iterator_t
Explanation
Example
constructor(s), destructor
set/get member
value_t& get( Index const i, Index const j )
,
value_t get( Index const i, Index const j ) const
,
value_t& operator() ( Index const i, Index const j )
,
index control enable
value_t operator() ( Index const i, Index const j ) const
,
index control enable
TinyMatrix<value_t,N,P> op meta::Expr<T_expr> >
alias operators needed for compatibility with matlab
contractions operators: sum, min, max
mathematical operators returning a scalar
TVector structure_t
TVectorIterator iterator_t
vector_t
this_t
Explanation
Example(s)
constructor(s), destructor
unary operation
set/get member
const* const_base() const
const* const_data() const
vector_t& resize( Index const n )
rows
vector_t& reshape( Index const n )
rows
value_t& get( Index const i )
value_t get( Index const i ) const
value_t& operator() ( Index const i )
index control enable
value_t operator() ( Index const i ) const
, index control enable
value_t& operator[] ( Index const i )
index control enable
value_t operator[] ( Index const i ) const
, index control enable
Looped Vector operation
Range operation
transposition
alias operators needed for compatibility with matlab
contractions operators: sum, min, max
mathematical operators returning a scalar
slrestrict my_d
Alphabetic index HTML hierarchy of classes or Java