Public Types | |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
Public Member Functions | |
FixedVector< Cols, SkipAccessor< Cols, Skip > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Skip > > & | operator[] (int r) const TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
FixedMatrix< Cols, Rows, SkipMAccessor < Cols, Rows, Skip, RowMajor > > & | T () |
const FixedMatrix < Cols, Rows, SkipMAccessor< Cols, Rows, Skip, RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () const |
FixedVector< Cols, SkipAccessor< Cols, Skip > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Skip > > & | operator[] (int r) const TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
FixedMatrix< Cols, Rows, SkipMAccessor < Cols, Rows, Skip, RowMajor > > & | T () |
const FixedMatrix < Cols, Rows, SkipMAccessor< Cols, Rows, Skip, RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () const |
RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
FixedVector< Cols, SkipAccessor< Cols, Skip > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Skip > > & | operator[] (int r) const TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
FixedMatrix< Cols, Rows, SkipMAccessor < Cols, Rows, Skip, RowMajor > > & | T () |
const FixedMatrix < Cols, Rows, SkipMAccessor< Cols, Rows, Skip, RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () const |
FixedVector< Cols, SkipAccessor< Cols, Skip > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Skip > > & | operator[] (int r) const TOON_THROW |
double & | operator() (int r, int c) TOON_THROW |
const double & | operator() (int r, int c) const TOON_THROW |
FixedMatrix< Cols, Rows, SkipMAccessor < Cols, Rows, Skip, RowMajor > > & | T () |
const FixedMatrix < Cols, Rows, SkipMAccessor< Cols, Rows, Skip, RowMajor > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Skip, ColMajor > > & | slice () const |
RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) |
const RefSkipMatrixCM | slice (int Rstart, int Cstart, int Rsize, int Csize) const |
Static Public Member Functions | |
static int | num_rows () |
static int | num_cols () |
static int | num_skip () |
static int | num_rows () throw () |
static int | num_cols () throw () |
static int | num_skip () throw () |
static int | num_rows () |
static int | num_cols () |
static int | num_skip () |
static int | num_rows () throw () |
static int | num_cols () throw () |
static int | num_skip () throw () |
Protected Attributes | |
double | my_values [Cols *Skip] |
Definition at line 206 of file maccessor.debug.hh.