TooN 2.1
Public Member Functions
RowMajor::MLayout< Rows, Cols, Precision > Struct Template Reference
Inheritance diagram for RowMajor::MLayout< Rows, Cols, Precision >:
GenericMBase< Rows, Cols, Precision,(Cols==-1?-2:Cols), 1, Internal::MatrixAlloc< Rows, Cols, Precision > > MatrixAlloc< Rows, Cols, Precision > RowStrideHolder< RowStride > ColStrideHolder< ColStride > StaticSizedAllocator< R *C, Precision > StackOrHeap

List of all members.

Public Member Functions

 MLayout (int rows, int cols)
template<class Op >
 MLayout (const Operator< Op > &op)

template<int Rows, int Cols, class Precision>
struct TooN::RowMajor::MLayout< Rows, Cols, Precision >