dune-istl
2.2.0
|
Go to the source code of this file.
Classes | |
struct | Dune::SuperMatrixCreateSparseChooser< T > |
struct | Dune::SuperMatrixPrinter< T > |
struct | Dune::SuperMatrixCreateSparseChooser< float > |
struct | Dune::SuperMatrixPrinter< float > |
class | Dune::MatrixRowSet< M > |
Provides access to an iterator over all matrix rows. More... | |
class | Dune::MatrixRowSubset< M, S > |
Provides access to an iterator over an arbitrary subset of matrix rows. More... | |
class | Dune::MatrixRowSubset< M, S >::const_iterator |
struct | Dune::GetSuperLUType< T > |
struct | Dune::GetSuperLUType< double > |
struct | Dune::GetSuperLUType< float > |
struct | Dune::GetSuperLUType< std::complex< double > > |
struct | Dune::GetSuperLUType< std::complex< float > > |
struct | Dune::SuperLUMatrix< M > |
Utility class for converting an ISTL Matrix into a SsuperLU Matrix. More... | |
struct | Dune::SuperMatrixInitializer< M > |
class | Dune::SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > > |
Coverter for BCRSMatrix to SuperLU Matrix. More... | |
class | Dune::SuperMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
Namespaces | |
namespace | Dune |
Functions | |
template<class T , class A , int n, int m> | |
void | Dune::writeCompColMatrixToMatlab (const SuperLUMatrix< BCRSMatrix< FieldMatrix< T, n, m >, A > > &mat, std::ostream &os) |
template<class F , class MRS > | |
void | Dune::copyToSuperMatrix (F &initializer, const MRS &mrs) |
template<class F , class M , class S > | |
void | Dune::copyToSuperMatrix (F &initializer, const MatrixRowSubset< M, S > &mrs) |
template<class B , class TA , int n, int m> | |
bool | Dune::operator== (SuperLUMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > > &sla, BCRSMatrix< FieldMatrix< B, n, m >, TA > &a) |