TinyVector<T,N> is a tiny vector of type T with N elements.
Constructor(s), Destructors(s)
operations on profil
Access to element
public members
protected constructors
protected members
public member
protected members, get/set
protected members, assign/copy
protected members, assign/copy via metaprogramming
TinyVector<T,N> is a tiny vector of type T with N elements.
storage_t
TVector structure_t
vector_t
this_t
Explanation
Example
constructor(s), destructor
set/get member
const* const_base() const
const* const_data() const
value_t& get( Index const i )
value_t& getI()
value_t get( Index const i ) const
value_t getI() 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
value_t* my_d
Alphabetic index HTML hierarchy of classes or Java