OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
umfpack_solver< double > Class Reference

stub when library compiled without eigen More...

Detailed Description

stub when library compiled without eigen

Definition at line 218 of file umfpack_solver.hpp.

#include <umfpack_solver.hpp>

Public Member Functions

void best_solve ()
 stub solve
 

Static Public Member Functions

template<unsigned int impl, typename id_type >
static Vector< double > solve (SparseMatrix< double, id_type, impl > &A, const Vector< double > &b, size_t opt=UMFPACK_NONE)
 stub solve
 
static Vector< double, EIGEN_BASE > try_solve (SparseMatrix< double, int, EIGEN_BASE > &A, const Vector< double, EIGEN_BASE > &b, size_t opt=UMFPACK_NONE)
 stub solve
 

Member Function Documentation

◆ best_solve()

void umfpack_solver< double >::best_solve ( )
inline

stub solve

Definition at line 234 of file umfpack_solver.hpp.

◆ solve()

template<unsigned int impl, typename id_type >
static Vector< double > umfpack_solver< double >::solve ( SparseMatrix< double, id_type, impl > &  A,
const Vector< double > &  b,
size_t  opt = UMFPACK_NONE 
)
inlinestatic

stub solve

Definition at line 224 of file umfpack_solver.hpp.

◆ try_solve()

static Vector< double, EIGEN_BASE > umfpack_solver< double >::try_solve ( SparseMatrix< double, int, EIGEN_BASE > &  A,
const Vector< double, EIGEN_BASE > &  b,
size_t  opt = UMFPACK_NONE 
)
inlinestatic

stub solve

Definition at line 240 of file umfpack_solver.hpp.


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