TooN 2.1
Public Member Functions
MatrixAlloc< R, C, Precision, FullyStatic > Struct Template Reference
Inheritance diagram for MatrixAlloc< R, C, Precision, FullyStatic >:
StaticSizedAllocator< R *C, Precision > StackOrHeap

List of all members.

Public Member Functions

 MatrixAlloc (int, int)
template<class Op >
 MatrixAlloc (const Operator< Op > &)
int num_rows () const
int num_cols () const
Precision * get_data_ptr ()
const Precision * get_data_ptr () const

template<int R, int C, class Precision, bool FullyStatic = (R>=0 && C>=0)>
struct TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >