suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Loading...
Searching...
No Matches
fgmres.hpp File Reference
#include <mkl_rci.h>
#include <suanPan.h>
Include dependency graph for fgmres.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
requires requires(const T& a, const mat& b) { { a * b } -> std::same_as<mat>; a.n_rows; }
int fgmres_solve (const T &kernel, const vec &diagonal, double *left, double *right, const double tolerance)
 

Function Documentation

◆ fgmres_solve()

template<typename T >
requires requires(const T& a, const mat& b) { { a * b } -> std::same_as<mat>; a.n_rows; }
int fgmres_solve ( const T &  kernel,
const vec &  diagonal,
double left,
double right,
const double  tolerance 
)
Here is the caller graph for this function: