sprint 1-alpha
Public Types | Public Member Functions
sprint::fmatrix< T, nr, nc > Class Template Reference

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines