|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
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) |