44 #ifndef EPETRA_CRSSINGLETONFILTER_H
45 #define EPETRA_CRSSINGLETONFILTER_H
47 #if defined(Epetra_SHOW_DEPRECATED_WARNINGS)
49 #warning "The Epetra package is deprecated"
254 int GetRow(
int Row,
int & NumIndices,
int * & Indices);
255 int GetRowGCIDs(
int Row,
int & NumIndices,
double * & Values,
int * & GlobalIndices);
256 int GetRow(
int Row,
int & NumIndices,
double * & Values,
int * & Indices);
Epetra_MultiVector: A class for constructing and using dense multi-vectors, vectors and matrices in p...
Epetra_Map: A class for partitioning vectors and matrices.
Epetra_MapColoring: A class for coloring Epetra_Map and Epetra_BlockMap objects.
int MaxNumColors() const
Returns maximum over all processors of the number of colors.
Epetra_IntVector: A class for constructing and using dense integer vectors on a parallel computer...
Epetra_Export: This class builds an export object for efficient exporting of off-processor elements...
Epetra_Import: This class builds an import object for efficient importing of off-processor elements...
Epetra_SerialDenseVector: A class for constructing and using dense vectors.
Epetra_CrsMatrix: A class for constructing and using real-valued double-precision sparse compressed r...
Epetra_LinearProblem: The Epetra Linear Problem Class.
Epetra_RowMatrix: A pure virtual class for using real-valued double-precision row matrices...