Operator< Internal::RCZero > Struct Template Reference
[TooN internals]
Variant of the Zeros object which holds two sizes for constructing dynamic matrices.
More...
#include <objects.h>
List of all members.
|
Operator members determining the size. |
const int | my_rows |
const int | my_cols |
| Operator (int r, int c) |
int | num_rows () const |
int | num_cols () const |
Detailed Description
template<>
struct TooN::Operator< Internal::RCZero >
Variant of the Zeros object which holds two sizes for constructing dynamic matrices.
For internal use only.