MFEM v2.0
Public Member Functions | Protected Attributes
MatrixInverse Class Reference

Abstract data type for matrix inverse. More...

#include <matrix.hpp>

Inheritance diagram for MatrixInverse:
Inheritance graph
[legend]
Collaboration diagram for MatrixInverse:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixInverse (const Matrix &mat)
 Creates approximation of the inverse of square matrix.
virtual ~MatrixInverse ()
 Destroys inverse matrix.

Protected Attributes

const Matrixa

Detailed Description

Abstract data type for matrix inverse.

Definition at line 51 of file matrix.hpp.


Constructor & Destructor Documentation

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.


Member Data Documentation

const Matrix* MatrixInverse::a [protected]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines