44 #ifndef EPETRA_OPERATOR_H
45 #define EPETRA_OPERATOR_H
83 virtual int SetUseTranspose(
bool UseTranspose) = 0;
120 virtual double NormInf()
const = 0;
127 virtual const char * Label()
const = 0;
130 virtual bool UseTranspose()
const = 0;
133 virtual bool HasNormInf()
const = 0;
139 virtual const Epetra_Map & OperatorDomainMap()
const = 0;
142 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.