sprint 1-alpha
Classes | Namespaces | Typedefs
sprint/math/dynamic_matrix.h File Reference

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

Detailed Description

dmatrix<T>: a dynamic size matrix object

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines