TooN 2.1
Public Member Functions | Public Attributes
MatrixAlloc< R, C, Precision, false > Struct Template Reference
Inheritance diagram for MatrixAlloc< R, C, Precision, false >:
RowSizeHolder< R > ColSizeHolder< C > SizeHolder< S >

List of all members.

Public Member Functions

 MatrixAlloc (const MatrixAlloc &m)
 MatrixAlloc (int r, int c)
template<class Op >
 MatrixAlloc (const Operator< Op > &op)
Precision * get_data_ptr ()
const Precision * get_data_ptr () const

Public Attributes

Precision *const my_data

template<int R, int C, class Precision>
struct TooN::Internal::MatrixAlloc< R, C, Precision, false >