44 #ifndef _EPETRA_SERIALDENSEOPERATOR_H_
45 #define _EPETRA_SERIALDENSEOPERATOR_H_
47 #if defined(Epetra_SHOW_DEPRECATED_WARNINGS)
49 #warning "The Epetra package is deprecated"
89 virtual int SetUseTranspose(
bool UseTranspose) = 0;
124 virtual double NormInf()
const = 0;
131 virtual const char * Label()
const = 0;
134 virtual bool UseTranspose()
const = 0;
137 virtual bool HasNormInf()
const = 0;
140 virtual int RowDim()
const = 0;
143 virtual int ColDim()
const = 0;
Epetra_SerialDenseMatrix: A class for constructing and using real double precision general dense matr...
Epetra_SerialDenseOperator: A pure virtual class for using real-valued double-precision operators...