Public Types | |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
typedef ColMajor | layout |
Public Member Functions | |
FixedVector< Cols, SkipAccessor< Cols, Rows > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Rows > > & | 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, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () |
const FixedMatrix < Cols, Rows, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () const |
FixedVector< Cols, SkipAccessor< Cols, Rows > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Rows > > & | 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, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () |
const FixedMatrix < Cols, Rows, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, 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, Rows > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Rows > > & | 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, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () |
const FixedMatrix < Cols, Rows, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () const |
FixedVector< Cols, SkipAccessor< Cols, Rows > > & | operator[] (int r) TOON_THROW |
const FixedVector < Cols, SkipAccessor < Cols, Rows > > & | 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, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () |
const FixedMatrix < Cols, Rows, FixedMAccessor < Cols, Rows, RowMajor, Stack < Rows *Cols > > > & | T () const |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
FixedMatrix< Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, ColMajor > > & | slice () |
template<int Rstart, int Cstart, int Rsize, int Csize> | |
const FixedMatrix < Rsize, Csize, SkipMAccessor < Rsize, Csize, Rows, 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 () |
Definition at line 91 of file maccessor.debug.hh.