numerics 0.1.0
Loading...
Searching...
No Matches
linear_solver.hpp File Reference

Universal linear solver callable type. More...

#include "core/vector.hpp"
#include "linalg/solvers/solver_result.hpp"
#include <functional>

Go to the source code of this file.

Namespaces

namespace  num
 

Typedefs

using num::LinearSolver = std::function< SolverResult(const Vector &rhs, Vector &x)>
 Callable that solves \(Ax=\mathrm{rhs}\).
 

Detailed Description

Universal linear solver callable type.

Definition in file linear_solver.hpp.