|
numerics 0.1.0
|
Universal linear solver callable type. More...
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}\). | |
Universal linear solver callable type.
Definition in file linear_solver.hpp.