#include <Amesos_Reordering.h>
Public Member Functions | |
~Amesos_Reordering () | |
virtual int * | GetRowPerm ()=0 |
Returns the row permutation vector, or 0 if not computed. | |
virtual int * | GetColPerm ()=0 |
Returns the column permutation vector, or 0 if not computed. |
Base class for reordering procedures.
Amesos_Reordering::~Amesos_Reordering | ( | ) | [inline] |
virtual int* Amesos_Reordering::GetColPerm | ( | ) | [pure virtual] |
Returns the column permutation vector, or 0 if not computed.
virtual int* Amesos_Reordering::GetRowPerm | ( | ) | [pure virtual] |
Returns the row permutation vector, or 0 if not computed.