#include <allocator.hh>

Public Member Functions | |
| const Precision * | get_data_ptr () const |
| Precision * | get_data_ptr () |
| template<class Op > | |
| MatrixAlloc (const Operator< Op > &) | |
| MatrixAlloc () | |
| MatrixAlloc (int, int) | |
| int | num_cols () const |
| int | num_rows () const |
Definition at line 518 of file allocator.hh.
| TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc | ( | int | , | |
| int | ||||
| ) | [inline] |
Definition at line 520 of file allocator.hh.
| TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc | ( | ) | [inline] |
Definition at line 523 of file allocator.hh.
| TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::MatrixAlloc | ( | const Operator< Op > & | ) | [inline] |
Definition at line 527 of file allocator.hh.
| const Precision* TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::get_data_ptr | ( | ) | const [inline] |
Definition at line 545 of file allocator.hh.
| Precision* TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::get_data_ptr | ( | ) | [inline] |
Definition at line 540 of file allocator.hh.
| int TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::num_cols | ( | ) | const [inline] |
Definition at line 534 of file allocator.hh.
| int TooN::Internal::MatrixAlloc< R, C, Precision, FullyStatic >::num_rows | ( | ) | const [inline] |
Definition at line 530 of file allocator.hh.