BlockIP
Public Member Functions | Public Attributes | List of all members
MatrixBlockIP::Order_ija Struct Reference

Auxiliary struct for sorting matrices in ija format. More...

Public Member Functions

bool operator() (int i, int j)
 Comparison function.
 

Public Attributes

int * row
 Pointer to rows of matrix elements.
 
int * col
 Pointer to columns of matrix elements.
 

Detailed Description

Auxiliary struct for sorting matrices in ija format.

Member Function Documentation

bool MatrixBlockIP::Order_ija::operator() ( int  i,
int  j 
)
inline

Comparison function.

Member Data Documentation

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: