Converter for BCRSMatrix to SuperLU Matrix.
More...
#include <dune/istl/supermatrix.hh>
template<class B, class TA>
class Dune::SuperLUMatrix< BCRSMatrix< B, TA > >
Converter for BCRSMatrix to SuperLU Matrix.
◆ Matrix
template<class B , class TA >
The type of the matrix to convert.
◆ size_type
template<class B , class TA >
◆ SuperLUMatrix() [1/2]
template<class B , class TA >
Constructor that initializes the data.
- Parameters
-
| mat | The matrix to convert. |
◆ SuperLUMatrix() [2/2]
template<class B , class TA >
◆ ~SuperLUMatrix()
template<class B , class TA >
◆ free()
template<class B , class TA >
◆ operator const SuperMatrix &()
template<class B , class TA >
◆ operator SuperMatrix &()
template<class B , class TA >
◆ operator=() [1/2]
template<class B , class TA >
◆ operator=() [2/2]
template<class B , class TA >
◆ setMatrix() [1/2]
template<class B , class TA >
Initialize data from a given set of matrix rows and columns.
- Template Parameters
-
| The | type of the row index set. |
- Parameters
-
| mat | the matrix with the values |
| mrs | The set of row (and column) indices to represent |
◆ setMatrix() [2/2]
template<class B , class TA >
Initialize data from given matrix.
◆ SeqOverlappingSchwarz
template<class B , class TA >
template<class M , class X , class TM , class TD , class T1 >
◆ SeqOverlappingSchwarzAssemblerHelper< SuperLU< Matrix >, true >
template<class B , class TA >
◆ SuperMatrixInitializer< BCRSMatrix< B, TA > >
template<class B , class TA >
The documentation for this class was generated from the following file: