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

#include <dune/istl/umfpack.hh>

Public Types

using umf_int_type = int64_t
 

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 umf_int_type *cs, const umf_int_type *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 (umf_int_type m, const umf_int_type *cs, const umf_int_type *ri, std::complex< double > *val, double *x, const double *b, A... args)
 
template<typename... A>
static void symbolic (umf_int_type m, umf_int_type n, const umf_int_type *cs, const umf_int_type *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: