Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > > Class Template Reference
Coverter for BCRSMatrix to SuperLU Matrix.
More...
#include <dune/istl/supermatrix.hh>
List of all members.
Detailed Description
template<class B, class TA, int n, int m>
class Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > >
Coverter for BCRSMatrix to SuperLU Matrix.
Member Typedef Documentation
template<class B , class TA , int n, int m>
The type of the matrix to convert.
template<class B , class TA , int n, int m>
Constructor & Destructor Documentation
template<class B , class TA , int n, int m>
Constructor that initializes the data.
- Parameters:
-
| mat | The matrix to convert. |
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
Member Function Documentation
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
Get the number of columns.
- Returns:
- The number of columns.
template<class B , class TA , int n, int m>
Get the number of rows.
- Returns:
- The number of rows.
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
template<class S >
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 |
Friends And Related Function Documentation
template<class B , class TA , int n, int m>
template<class B , class TA , int n, int m>
The documentation for this class was generated from the following file: