TooN
|
Public Member Functions | |
RowSizeHolder (int i) | |
Construct from an int to provide a run time size if necessary. More... | |
template<typename Op > | |
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. | |
|
inline |
Construct from an int to provide a run time size if necessary.
i | The size, which is discarded for the static case. |
|
inline |