dune-istl  2.3.1
Classes | Namespaces

Classes for using UMFPack with ISTL matrices. More...

Go to the source code of this file.

Classes

class  Dune::UMFPack< Matrix >
 Use the UMFPack package to directly solve linear systems – empty default class. More...
struct  Dune::UMFPackMethodChooser< T >
struct  Dune::UMFPackMethodChooser< double >
struct  Dune::UMFPackMethodChooser< std::complex< double > >
class  Dune::UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > >
 The UMFPack direct sparse solver for matrices of type BCRSMatrix. More...
struct  Dune::IsDirectSolver< UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > > >
struct  Dune::StoresColumnCompressed< UMFPack< BCRSMatrix< FieldMatrix< T, n, m >, A > > >

Namespaces

namespace  Dune

Detailed Description

Classes for using UMFPack with ISTL matrices.

Author
Dominic Kempf