numerics
Loading...
Searching...
No Matches
jacobi.hpp File Reference

Jacobi iterative solver. More...

Go to the source code of this file.

Namespaces

namespace  num
 

Functions

SolverResult num::jacobi (const Matrix &A, const Vector &b, Vector &x, real tol=1e-10, idx max_iter=1000, Backend backend=default_backend)
 Jacobi iterative solver for Ax = b.
 

Detailed Description

Jacobi iterative solver.

Definition in file jacobi.hpp.