Public Types | |
typedef RowMajor | layout |
typedef DynamicMatrix < RefSkipMAccessor < RowMajor > > | RefSkipMatrixRM |
typedef RowMajor | layout |
typedef RowMajor | layout |
typedef DynamicMatrix < RefSkipMAccessor < RowMajor > > | RefSkipMatrixRM |
typedef RowMajor | layout |
Public Member Functions | |
RefSkipMAccessor () | |
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 < RefSkipMAccessor < ColMajor > > & | T () |
const DynamicMatrix < RefSkipMAccessor < ColMajor > > & | T () const |
RefSkipMAccessor () | |
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 < RefSkipMAccessor < ColMajor > > & | T () |
const DynamicMatrix < RefSkipMAccessor < 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, int sk, double *v) |
RefSkipMAccessor () | |
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 < RefSkipMAccessor < ColMajor > > & | T () |
const DynamicMatrix < RefSkipMAccessor < ColMajor > > & | T () const |
RefSkipMAccessor () | |
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 < RefSkipMAccessor < ColMajor > > & | T () |
const DynamicMatrix < RefSkipMAccessor < 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, int sk, double *v) |
Protected Attributes | |
int | my_num_rows |
int | my_num_cols |
int | my_skip |
double * | my_values |
double * | my_values |
double * | my_values |
double * | my_values |
Friends | |
class | RefSkipVector |
Definition at line 370 of file maccessor.debug.hh.