Public Types | |
typedef RowMajor | layout |
typedef RowMajor | layout |
typedef RowMajor | layout |
typedef RowMajor | layout |
Public Member Functions | |
const RefVector | operator[] (int r) const TOON_THROW |
RefVector | operator[] (int r) TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
int | num_rows () const |
int | num_cols () const |
int | num_skip () const |
DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () const |
const RefVector | operator[] (int r) const TOON_THROW |
RefVector | operator[] (int r) TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
int | num_rows () const throw () |
int | num_cols () const throw () |
int | num_skip () const throw () |
DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
RefSkipMatrixRM | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const RefSkipMatrixRM | slice () const |
RefSkipMatrixRM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixRM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
void | set (int nr, int nc, double *v) |
const RefVector | operator[] (int r) const TOON_THROW |
RefVector | operator[] (int r) TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
int | num_rows () const |
int | num_cols () const |
int | num_skip () const |
DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () const |
const RefVector | operator[] (int r) const TOON_THROW |
RefVector | operator[] (int r) TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
int | num_rows () const throw () |
int | num_cols () const throw () |
int | num_skip () const throw () |
DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < ColMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
RefSkipMatrixRM | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const RefSkipMatrixRM | slice () const |
RefSkipMatrixRM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixRM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
void | set (int nr, int nc, double *v) |
Protected Attributes | |
int | my_num_rows |
int | my_num_cols |
double * | my_values |
double * | my_values |
double * | my_values |
double * | my_values |
Definition at line 277 of file maccessor.debug.hh.