#include <allocator.hh>
Public Member Functions | |
int | num_rows () const |
Return the number of rows. | |
template<typename Op > | |
RowSizeHolder (const Operator< Op > &op) | |
RowSizeHolder () | |
RowSizeHolder (int i) |
Definition at line 468 of file allocator.hh.
TooN::Internal::RowSizeHolder< S >::RowSizeHolder | ( | int | i | ) | [inline] |
Construct from an int to provide a run time size if necessary.
i | The size, which is discarded for the static case. |
Definition at line 473 of file allocator.hh.
TooN::Internal::RowSizeHolder< S >::RowSizeHolder | ( | ) | [inline] |
Definition at line 476 of file allocator.hh.
TooN::Internal::RowSizeHolder< S >::RowSizeHolder | ( | const Operator< Op > & | op | ) | [inline] |
Construct from an Operator, taking the size from the operator. The size is only used in the dynamic case.
op | Operator from which to determine the size. |
Definition at line 483 of file allocator.hh.
int TooN::Internal::RowSizeHolder< S >::num_rows | ( | ) | const [inline] |
Return the number of rows.
Definition at line 486 of file allocator.hh.