Public Types | |
typedef Stack< Size *Skip > | parent |
typedef SkipAccessor < Size, Skip > | this_type |
typedef It< double > | iterator |
typedef It< const double > | const_iterator |
typedef Stack< Size *Skip > | parent |
typedef SkipAccessor < Size, Skip > | this_type |
typedef It< double > | iterator |
typedef It< const double > | const_iterator |
Public Member Functions | |
const double & | operator[] (int i) const |
double & | operator[] (int i) |
template<int Start, int Length> | |
FixedVector< Length, SkipAccessor< Size, Skip > > & | slice () |
template<int Start, int Length> | |
const FixedVector < Length, SkipAccessor< Size, Skip > > & | slice () const |
RefSkipVector | slice (int start, int size) |
const RefSkipVector | slice (int start, int size) const |
FixedMatrix< Size, 1, SkipMAccessor < Size, 1, Skip, RowMajor > > & | as_col () |
const FixedMatrix < Size, 1, SkipMAccessor < Size, 1, Skip, RowMajor > > & | as_col () const |
FixedMatrix< 1, Size, SkipMAccessor< 1, Size, Skip, ColMajor > > & | as_row () |
const FixedMatrix< 1, Size, SkipMAccessor< 1, Size, Skip, ColMajor > > & | as_row () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const double & | operator[] (int i) const |
double & | operator[] (int i) |
template<int Start, int Length> | |
FixedVector< Length, SkipAccessor< Size, Skip > > & | slice () |
template<int Start, int Length> | |
const FixedVector < Length, SkipAccessor< Size, Skip > > & | slice () const |
RefSkipVector | slice (int start, int size) |
const RefSkipVector | slice (int start, int size) const |
FixedMatrix< Size, 1, SkipMAccessor < Size, 1, Skip, RowMajor > > & | as_col () |
const FixedMatrix < Size, 1, SkipMAccessor < Size, 1, Skip, RowMajor > > & | as_col () const |
FixedMatrix< 1, Size, SkipMAccessor< 1, Size, Skip, ColMajor > > & | as_row () |
const FixedMatrix< 1, Size, SkipMAccessor< 1, Size, Skip, ColMajor > > & | as_row () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Static Public Member Functions | |
static int | size () |
static int | size () |
Definition at line 341 of file vaccessor.hh.