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

stub when library compiled without eigen More...

Detailed Description

template<typename T>
class umfpack_solver< T >

stub when library compiled without eigen

Definition at line 193 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< T > solve (const SparseMatrix< T, id_type, impl > &A, const Vector< T, impl > &b)
 stub solve
 
template<unsigned int impl, typename id_type >
static Vector< T, impl > try_solve (SparseMatrix< T, id_type, impl > &A, const Vector< T, impl > &b, size_t opt=UMFPACK_NONE)
 stub solve
 

Member Function Documentation

◆ best_solve()

template<typename T >
void umfpack_solver< T >::best_solve ( )
inline

stub solve

Definition at line 204 of file umfpack_solver.hpp.

◆ solve()

template<typename T >
template<unsigned int impl, typename id_type >
static Vector< T > umfpack_solver< T >::solve ( const SparseMatrix< T, id_type, impl > &  A,
const Vector< T, impl > &  b 
)
inlinestatic

stub solve

Definition at line 198 of file umfpack_solver.hpp.

◆ try_solve()

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

stub solve

Definition at line 210 of file umfpack_solver.hpp.


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