![]() |
|
Class to allow sorting of column indices in conversion to epetra matrix. More...
Public Member Functions | |
DistributionPredicate (const int &first_col, const int &ncol_local) | |
Constructor: Pass number of first column and the number of local columns. More... | |
bool | operator() (const int &col) |
Private Attributes | |
int | First_col |
First column held locally. More... | |
int | Last_col |
Last colum held locally. More... | |
Class to allow sorting of column indices in conversion to epetra matrix.
|
inline |
Constructor: Pass number of first column and the number of local columns.
|
private |
First column held locally.
Referenced by operator()().
|
private |
Last colum held locally.
Referenced by operator()().