TooN
Public Member Functions | Public Attributes | List of all members
TooN::Internal::MatrixSlice< R, C, Precision > Struct Template Reference
Inheritance diagram for TooN::Internal::MatrixSlice< R, C, Precision >:
Inheritance graph
[legend]
Collaboration diagram for TooN::Internal::MatrixSlice< R, C, Precision >:
Collaboration graph
[legend]

Public Member Functions

 MatrixSlice (Precision *p)
 
 MatrixSlice (Precision *p, int r, int c)
 
template<class Op >
 MatrixSlice (const Operator< Op > &op)
 
- Public Member Functions inherited from TooN::Internal::RowSizeHolder< R >
 RowSizeHolder (int i)
 Construct from an int to provide a run time size if necessary. More...
 
 RowSizeHolder (const Operator< Op > &op)
 Construct from an Operator, taking the size from the operator. More...
 
int num_rows () const
 Return the number of rows.
 
- Public Member Functions inherited from TooN::Internal::ColSizeHolder< C >
 ColSizeHolder (int i)
 Construct from an int to provide a run time size if necessary. More...
 
 ColSizeHolder (const Operator< Op > &op)
 Construct from an Operator, taking the size from the operator. More...
 
int num_cols () const
 Return the number of columns.
 

Public Attributes

Precision *const my_data
 

The documentation for this struct was generated from the following file: