Operator< Internal::SizedZero > Struct Template Reference
[TooN internals]
Variant of the Zeros object which holds a size for constructing dynamic vectors.
More...
#include <objects.h>
List of all members.
|
Operator members determining the size for vectors and square matrices. |
const int | my_size |
| Operator (int s) |
int | size () const |
int | num_rows () const |
int | num_cols () const |
Detailed Description
template<>
struct TooN::Operator< Internal::SizedZero >
Variant of the Zeros object which holds a size for constructing dynamic vectors.
For internal use only.