Fixed size Matrix.
More...
#include <fixed_matrix.h>
List of all members.
Public Types |
|
typedef T | data_type |
Public Member Functions |
|
T & | operator() (unsigned int r, unsigned int c) |
|
const T & | operator() (unsigned int r, unsigned int c) const |
|
unsigned int | rows () const |
|
unsigned int | cols () const |
|
T * | values () |
|
const T * | values () const |
Detailed Description
template<class T, unsigned int nr, unsigned int nc>
class sprint::fmatrix< T, nr, nc >
Fixed size Matrix.
The documentation for this class was generated from the following file: