Operator< Internal::SizedScalars< P > > Struct Template Reference
[TooN internals]
Variant of the Operator<Internal::Scalars> object which holds a size to construct dynamic vectors or square matrices.
More...
#include <objects.h>
List of all members.
|
Public Member Functions |
|
| Operator (P s, int sz) |
|
template<class Pout , class Pmult > |
Operator
< Internal::SizedScalars< Pout > > | scale_me (const Pmult &m) const |
Sized operator members |
const int | my_size |
int | size () const |
int | num_rows () const |
int | num_cols () const |
Detailed Description
template<class P>
struct TooN::Operator< Internal::SizedScalars< P > >
Variant of the Operator<Internal::Scalars> object which holds a size to construct dynamic vectors or square matrices.
For internal use only.