44 #ifndef _EPETRA_SERIALDENSEOPERATOR_H_
45 #define _EPETRA_SERIALDENSEOPERATOR_H_
81 virtual int SetUseTranspose(
bool UseTranspose) = 0;
116 virtual double NormInf()
const = 0;
123 virtual const char * Label()
const = 0;
126 virtual bool UseTranspose()
const = 0;
129 virtual bool HasNormInf()
const = 0;
132 virtual int RowDim()
const = 0;
135 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...