sprint 1-alpha
Public Types | Public Member Functions
sprint::dmatrix< T > Class Template Reference

Variable size Matrix. More...

#include <dynamic_matrix.h>

List of all members.

Public Types

typedef T data_type

Public Member Functions

 dmatrix ()
 costructor row x columns
 dmatrix (unsigned int nr, unsigned int nc)
void resize (unsigned int nr, unsigned int nc, const T def=T())
unsigned int rows () const
unsigned int cols () const
T & operator() (unsigned int r, unsigned int c)
const T & operator() (unsigned int r, unsigned int c) const
T * values ()
const T * values () const

Detailed Description

template<class T>
class sprint::dmatrix< T >

Variable size Matrix.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines