TooN
List of all members
TooN::Operator< Internal::SizedZero > Struct Template Reference
Inheritance diagram for TooN::Operator< Internal::SizedZero >:
Inheritance graph
[legend]
Collaboration diagram for TooN::Operator< Internal::SizedZero >:
Collaboration graph
[legend]

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
 

Additional Inherited Members

- Public Member Functions inherited from TooN::Operator< Internal::Zero >
template<int R, int C, class P , class B >
bool notequal (Matrix< R, C, P, B > &m) const
 
template<int S, class P , class B >
bool notequal (Vector< S, P, B > &v) const
 
Operator< Internal::SizedZero > operator() (int s)
 Generate a sized Zero object for constructing dynamic vectors.
 
Operator< Internal::RCZero > operator() (int r, int c)
 Generate a sized Zero object for constructing dynamic matrices.
 
template<int Size, class Precision , class Base >
void eval (Vector< Size, Precision, Base > &v) const
 
template<int R, int C, class P , class B >
void eval (Matrix< R, C, P, B > &m) const
 

The documentation for this struct was generated from the following file: