Public Types | |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
Public Member Functions | |
const RefSkipVector | operator[] (int r) const TOON_THROW |
RefSkipVector | 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 < RowMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < RowMajor > > & | T () const |
const RefSkipVector | operator[] (int r) const TOON_THROW |
RefSkipVector | 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 < RowMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
RefSkipMatrixCM | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const RefSkipMatrixCM | slice () const |
RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
void | set (int nr, int nc, double *v) |
const RefSkipVector | operator[] (int r) const TOON_THROW |
RefSkipVector | 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 < RowMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < RowMajor > > & | T () const |
const RefSkipVector | operator[] (int r) const TOON_THROW |
RefSkipVector | 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 < RowMajor > > & | T () |
const DynamicMatrix < DynamicMAccessor < RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
RefSkipMatrixCM | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const RefSkipMatrixCM | slice () const |
RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
void | set (int nr, int nc, double *v) |
Protected Attributes | |
int | my_num_cols |
int | my_num_rows |
double * | my_values |
double * | my_values |
double * | my_values |
double * | my_values |
Definition at line 322 of file maccessor.debug.hh.