#include <allocator.hh>

Public Member Functions | |
| template<class Op > | |
| MatrixSlice (const Operator< Op > &op) | |
| MatrixSlice (Precision *p, int r, int c) | |
| MatrixSlice (Precision *p) | |
Public Attributes | |
| Precision *const | my_data |
Definition at line 604 of file allocator.hh.
| TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice | ( | Precision * | p | ) | [inline] |
Definition at line 614 of file allocator.hh.
| TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice | ( | Precision * | p, | |
| int | r, | |||
| int | c | |||
| ) | [inline] |
Definition at line 617 of file allocator.hh.
| TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice | ( | const Operator< Op > & | op | ) | [inline] |
Definition at line 623 of file allocator.hh.
| Precision* const TooN::Internal::MatrixSlice< R, C, Precision >::my_data |
Definition at line 608 of file allocator.hh.