|
| MatrixSlice (Precision *p) |
|
| MatrixSlice (Precision *p, int r, int c) |
|
template<class Op > |
| MatrixSlice (const Operator< Op > &op) |
|
| RowSizeHolder (int i) |
| Construct from an int to provide a run time size if necessary. More...
|
|
| RowSizeHolder (const Operator< Op > &op) |
| Construct from an Operator, taking the size from the operator. More...
|
|
int | num_rows () const |
| Return the number of rows.
|
|
| ColSizeHolder (int i) |
| Construct from an int to provide a run time size if necessary. More...
|
|
| ColSizeHolder (const Operator< Op > &op) |
| Construct from an Operator, taking the size from the operator. More...
|
|
int | num_cols () const |
| Return the number of columns.
|
|
The documentation for this struct was generated from the following file: