Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Amesos_Reordering Class Referenceabstract

Amesos_Reordering: base class for reordering procedures. More...

#include <Amesos_Reordering.h>

Public Member Functions

 ~Amesos_Reordering ()
 
virtual int * GetRowPerm ()=0
 Returns the row permutation vector, or 0 if not computed. More...
 
virtual int * GetColPerm ()=0
 Returns the column permutation vector, or 0 if not computed. More...
 

Detailed Description

Amesos_Reordering: base class for reordering procedures.

Base class for reordering procedures.

Author
Marzio Sala, ETHZ.
Date
Last updated on Feb-06.

Definition at line 44 of file Amesos_Reordering.h.

Constructor & Destructor Documentation

Amesos_Reordering::~Amesos_Reordering ( )
inline

Definition at line 48 of file Amesos_Reordering.h.

Member Function Documentation

virtual int* Amesos_Reordering::GetRowPerm ( )
pure virtual

Returns the row permutation vector, or 0 if not computed.

virtual int* Amesos_Reordering::GetColPerm ( )
pure virtual

Returns the column permutation vector, or 0 if not computed.


The documentation for this class was generated from the following file: