#include <EpetraExt_MMHelpers.h>
Inheritance diagram for EpetraExt::CrsWrapper:

Public Member Functions | |
| virtual | ~CrsWrapper () |
| virtual const Epetra_Map & | RowMap () const =0 |
| virtual bool | Filled ()=0 |
| virtual int | InsertGlobalValues (int GlobalRow, int NumEntries, double *Values, int *Indices)=0 |
| virtual int | SumIntoGlobalValues (int GlobalRow, int NumEntries, double *Values, int *Indices)=0 |
Definition at line 68 of file EpetraExt_MMHelpers.h.
| virtual EpetraExt::CrsWrapper::~CrsWrapper | ( | ) | [inline, virtual] |
Definition at line 70 of file EpetraExt_MMHelpers.h.
| virtual const Epetra_Map& EpetraExt::CrsWrapper::RowMap | ( | ) | const [pure virtual] |
Implemented in EpetraExt::CrsWrapper_Epetra_CrsMatrix, and EpetraExt::CrsWrapper_GraphBuilder.
| virtual bool EpetraExt::CrsWrapper::Filled | ( | ) | [pure virtual] |
Implemented in EpetraExt::CrsWrapper_Epetra_CrsMatrix, and EpetraExt::CrsWrapper_GraphBuilder.
| virtual int EpetraExt::CrsWrapper::InsertGlobalValues | ( | int | GlobalRow, | |
| int | NumEntries, | |||
| double * | Values, | |||
| int * | Indices | |||
| ) | [pure virtual] |
Implemented in EpetraExt::CrsWrapper_Epetra_CrsMatrix, and EpetraExt::CrsWrapper_GraphBuilder.
| virtual int EpetraExt::CrsWrapper::SumIntoGlobalValues | ( | int | GlobalRow, | |
| int | NumEntries, | |||
| double * | Values, | |||
| int * | Indices | |||
| ) | [pure virtual] |
Implemented in EpetraExt::CrsWrapper_Epetra_CrsMatrix, and EpetraExt::CrsWrapper_GraphBuilder.
1.4.7