Variant of the Operator<Internal::Scalars> object which holds a size to construct dynamic vectors or square matrices. More...
#include <objects.h>
Public Member Functions | |
Constructors | |
Operator (P s, int sz) | |
Scalable operator members | |
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 |
Variant of the Operator<Internal::Scalars> object which holds a size to construct dynamic vectors or square matrices.
For internal use only.