#include <supermatrix.hh>
Public Types | |
typedef BCRSMatrix < FieldMatrix< B, n, m >, TA > | Matrix |
The type of the matrix to convert. | |
Public Member Functions | |
SuperLUMatrix (const Matrix &mat) | |
Constructor that initializes the data. | |
~SuperLUMatrix () | |
Destructor. | |
operator SuperMatrix & () | |
Cast to a SuperLU Matrix. | |
operator const SuperMatrix & () const | |
Cast to a SuperLU Matrix. | |
size_type | N () const |
Get the number of rows. | |
size_type | M () const |
Get the number of columns. |
Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::SuperLUMatrix | ( | const Matrix & | mat | ) | [inline] |
Constructor that initializes the data.
mat | The matrix to convert. |
size_type Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::N | ( | ) | const [inline] |
Get the number of rows.
size_type Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::M | ( | ) | const [inline] |
Get the number of columns.