TooN 2.1
Public Member Functions
ColMajor::MLayout< Rows, Cols, Precision > Struct Template Reference
Inheritance diagram for ColMajor::MLayout< Rows, Cols, Precision >:
GenericMBase< Rows, Cols, Precision, 1,(Rows==-1?-2:Rows), 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::ColMajor::MLayout< Rows, Cols, Precision >