SmallMatrix< t_rows, t_cols > Class Template Reference
Low-overhead matrix if size is known at compile time.  
More...
Inherits Matrix, and Matrix.
List of all members.
Public Member Functions | 
| 
double  | get (index_t r, index_t c) const  | 
| 
double  | get (index_t r, index_t c) const  | 
| 
const double *  | GetColumnPtr (index_t col) const  | 
| 
double *  | GetColumnPtr (index_t col) | 
| 
const double *  | GetColumnPtr (index_t col) const  | 
| 
double *  | GetColumnPtr (index_t col) | 
| 
index_t  | n_cols () const  | 
| 
index_t  | n_cols () const  | 
| 
size_t  | n_elements () const  | 
| 
size_t  | n_elements () const  | 
| 
index_t  | n_rows () const  | 
| 
index_t  | n_rows () const  | 
| 
double *  | ptr () | 
| 
const double *  | ptr () const  | 
| 
double *  | ptr () | 
| 
const double *  | ptr () const  | 
| 
double &  | ref (index_t r, index_t c) | 
| 
double &  | ref (index_t r, index_t c) | 
| 
void  | set (index_t r, index_t c, double v) | 
| 
void  | set (index_t r, index_t c, double v) | 
Detailed Description
template<int t_rows, int t_cols>
 class SmallMatrix< t_rows, t_cols >
Low-overhead matrix if size is known at compile time. 
Definition at line 1123 of file matrix.h.
The documentation for this class was generated from the following files: