numerics
Loading...
Searching...
No Matches
gauss_seidel.cpp File Reference
#include "linalg/solvers/gauss_seidel.hpp"
#include <cmath>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  num
 

Functions

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