Auxiliary struct for sorting matrices in ija format.
More...
|
bool | operator() (int i, int j) |
| Comparison function.
|
|
|
int * | row |
| Pointer to rows of matrix elements.
|
|
int * | col |
| Pointer to columns of matrix elements.
|
|
Auxiliary struct for sorting matrices in ija format.
bool MatrixBlockIP::Order_ija::operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
int* MatrixBlockIP::Order_ija::col |
Pointer to columns of matrix elements.
int* MatrixBlockIP::Order_ija::row |
Pointer to rows of matrix elements.
The documentation for this struct was generated from the following file: