Module Matrix

Module Matrix

oTinyVector
small vectors with known size
o TinyVector
TinyVector<T,N> is a tiny vector of type T with N elements.
o dot_product
dot_product of TinyVector<T,N>
oTinyMatrix
small matrices with known size
o
TinyMatrix<T,N,P,S> is a tiny N by P matrix of float type T with structure S
oVector/Matrix
main matrix class
o Vector
Vector<T,S> is a vector of type T with a dynamicallay allocated number of elements.
o dot_product
dot_product of Vector<T>
oVector
main vector class
o Matrix
Matrix is the main matrix class
oStorage
static and dynamic storage
oStructure
data structure
oIterator
data structure iterator
oLoopIndex
LoopIndex
oRange
Range
oMisc
Format and IO
Module Matrix

Alphabetic index Hierarchy of classes



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