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

List of all members.

Public Member Functions

 MatrixSlice (Precision *p)
 MatrixSlice (Precision *p, int r, int c)
template<class Op >
 MatrixSlice (const Operator< Op > &op)

Public Attributes

Precision *const my_data

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