|
sprint 1-alpha
|
dmatrix<T>: a dynamic size matrix object More...
#include "matrix_common.h"Go to the source code of this file.
Classes | |
| class | sprint::dmatrix< T > |
| Variable size Matrix. More... | |
Namespaces | |
| namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Typedefs | |
| typedef dmatrix< float > | sprint::dmatrixf |
| a dynamic single precisiong floatingpoint matrix | |
| typedef dmatrix< double > | sprint::dmatrixd |
| a dynamic double precision floatingpoint matrix | |
dmatrix<T>: a dynamic size matrix object
1.7.4