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 given matrix.
◆ setMatrix() [2/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 |
The documentation for this class was generated from the following file: