#include <MLAPI_SerialMatrix.h>
Public Member Functions | |
SerialMatrix () | |
SerialMatrix & | operator() (const SerialMatrix &rhs) |
SerialMatrix (const Space &RowSpace, const Space &ColSpace) | |
double & | operator() (const int row, const int col) |
std::ostream & | Print (std::ostream &os, const bool verbose=true) const |
Prints basic information about this object. | |
Private Attributes | |
Epetra_SerialMatrix * | Matrix_ |
MLAPI::SerialMatrix::SerialMatrix | ( | ) | [inline] |
double& MLAPI::SerialMatrix::operator() | ( | const int | row, | |
const int | col | |||
) | [inline] |
SerialMatrix& MLAPI::SerialMatrix::operator() | ( | const SerialMatrix & | rhs | ) | [inline] |
std::ostream& MLAPI::SerialMatrix::Print | ( | std::ostream & | os, | |
const bool | verbose = true | |||
) | const [inline, virtual] |
Reimplemented from MLAPI::Operator.
Epetra_SerialMatrix* MLAPI::SerialMatrix::Matrix_ [private] |