MFEM v2.0
|
Abstract data type for matrix inverse. More...
#include <matrix.hpp>
Public Member Functions | |
MatrixInverse (const Matrix &mat) | |
Creates approximation of the inverse of square matrix. | |
virtual | ~MatrixInverse () |
Destroys inverse matrix. | |
Protected Attributes | |
const Matrix * | a |
Abstract data type for matrix inverse.
Definition at line 51 of file matrix.hpp.
MatrixInverse::MatrixInverse | ( | const Matrix & | mat | ) | [inline] |
Creates approximation of the inverse of square matrix.
Definition at line 58 of file matrix.hpp.
References a, and Operator::size.
virtual MatrixInverse::~MatrixInverse | ( | ) | [inline, virtual] |
Destroys inverse matrix.
Definition at line 61 of file matrix.hpp.
const Matrix* MatrixInverse::a [protected] |
Definition at line 54 of file matrix.hpp.
Referenced by DenseMatrixInverse::Factor(), MatrixInverse(), DSmoother::Mult(), and GSSmoother::Mult().