Module Matrix
Module Matrix
TinyVector
small vectors with known size
TinyVector
TinyVector<T,N> is a tiny vector of type T with N elements.
dot_product
dot_product of TinyVector<T,N>
TinyMatrix
small matrices with known size
TinyMatrix<T,N,P,S> is a tiny N by P matrix of float type T with structure S
Vector/Matrix
main matrix class
Vector
Vector<T,S> is a vector of type T with a dynamicallay allocated number of elements.
dot_product
dot_product of Vector<T>
Vector
main vector class
Matrix
Matrix is the main matrix class
Storage
static and dynamic storage
Structure
data structure
Iterator
data structure iterator
LoopIndex
LoopIndex
Range
Range
Misc
Format and IO
Module Matrix
Alphabetic index
Hierarchy of classes
This page was generated with the help of
DOC++
.