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