Reference documentation for deal.II version 9.1.0-pre
List of all members

#include <deal.II/lac/lapack_full_matrix.h>

Inheritance diagram for PreconditionLU< number >:
[legend]

Additional Inherited Members

- Public Member Functions inherited from Subscriptor
 Subscriptor ()
 
 Subscriptor (const Subscriptor &)
 
 Subscriptor (Subscriptor &&) noexcept
 
virtual ~Subscriptor ()
 
Subscriptoroperator= (const Subscriptor &)
 
Subscriptoroperator= (Subscriptor &&) noexcept
 
void subscribe (const char *identifier=nullptr) const
 
void unsubscribe (const char *identifier=nullptr) const
 
unsigned int n_subscriptions () const
 
template<typename StreamType >
void list_subscribers (StreamType &stream) const
 
void list_subscribers () const
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
- Static Public Member Functions inherited from Subscriptor
static::ExceptionBase & ExcInUse (int arg1, std::string arg2, std::string arg3)
 
static::ExceptionBase & ExcNoSubscriber (std::string arg1, std::string arg2)
 

Detailed Description

template<typename number>
class PreconditionLU< number >

A preconditioner based on the LU-factorization of LAPACKFullMatrix.

Author
Guido Kanschat, 2006

Definition at line 958 of file lapack_full_matrix.h.


The documentation for this class was generated from the following files: