|
const int | my_rows |
|
const int | my_cols |
|
| Operator (int r, int c) |
|
int | num_rows () const |
|
int | num_cols () const |
|
|
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: