44 #ifndef EPETRA_OPERATOR_H
45 #define EPETRA_OPERATOR_H
47 #if defined(Epetra_SHOW_DEPRECATED_WARNINGS)
49 #warning "The Epetra package is deprecated"
91 virtual int SetUseTranspose(
bool UseTranspose) = 0;
128 virtual double NormInf()
const = 0;
135 virtual const char * Label()
const = 0;
138 virtual bool UseTranspose()
const = 0;
141 virtual bool HasNormInf()
const = 0;
147 virtual const Epetra_Map & OperatorDomainMap()
const = 0;
150 virtual const Epetra_Map & OperatorRangeMap()
const = 0;
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_Comm: The Epetra Communication Abstract Base Class.
Epetra_Operator: A pure virtual class for using real-valued double-precision operators.