Operator< Internal::RCScalars< P > > Struct Template Reference
[TooN internals]
Variant of Scalars (see
TooN::Ones) which holds two sizes to construct dynamic matrices.
More...
#include <objects.h>
List of all members.
|
Operator members |
const int | my_rows |
const int | my_cols |
int | num_rows () const |
int | num_cols () const |
| Operator (P s, int r, int c) |
template<class Pout , class Pmult > |
Operator< Internal::RCScalars
< Pout > > | scale_me (const Pmult &m) const |
Detailed Description
template<class P>
struct TooN::Operator< Internal::RCScalars< P > >
Variant of Scalars (see
TooN::Ones) which holds two sizes to construct dynamic matrices.
For internal use only.