dune-istl 2.10
Loading...
Searching...
No Matches

Class for using LDL with ISTL matrices. More...

Go to the source code of this file.

Classes

class  Dune::LDL< Matrix >
 Use the LDL package to directly solve linear systems – empty default class. More...
 
class  Dune::LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > >
 The LDL direct sparse solver for matrices of type BCRSMatrix. More...
 
struct  Dune::IsDirectSolver< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > >
 
struct  Dune::StoresColumnCompressed< LDL< BCRSMatrix< FieldMatrix< T, n, m >, A > > >
 
struct  Dune::LDLCreator
 
struct  Dune::LDLCreator::isValidBlock< F >
 
struct  Dune::LDLCreator::isValidBlock< FieldVector< double, k > >
 

Namespaces

namespace  Dune
 

Functions

 Dune::DUNE_REGISTER_DIRECT_SOLVER ("ldl", Dune::LDLCreator())
 

Detailed Description

Class for using LDL with ISTL matrices.

Author
Marco Agnese, Andrea Sacconi