dune-istl 2.8.0
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
Dune::UMFPackMethodChooser< std::complex< double > > Struct Reference

#include <dune/istl/umfpack.hh>

Static Public Member Functions

template<typename... A>
static void defaults (A... args)
 
template<typename... A>
static void free_numeric (A... args)
 
template<typename... A>
static void free_symbolic (A... args)
 
template<typename... A>
static int load_numeric (A... args)
 
template<typename... A>
static void numeric (const long int *cs, const long int *ri, const double *val, A... args)
 
template<typename... A>
static void report_info (A... args)
 
template<typename... A>
static void report_status (A... args)
 
template<typename... A>
static int save_numeric (A... args)
 
template<typename... A>
static void solve (long int m, const long int *cs, const long int *ri, std::complex< double > *val, double *x, const double *b, A... args)
 
template<typename... A>
static void symbolic (long int m, long int n, const long int *cs, const long int *ri, const double *val, A... args)
 

Static Public Attributes

static constexpr bool valid = true
 

The documentation for this struct was generated from the following file: