|
numerics 0.1.0
|
Problem types: carry the mathematics, not the numerics. More...
Go to the source code of this file.
Classes | |
| struct | num::ODEProblem |
| struct | num::LinearProblem< Op > |
| Linear system A x = b. A is any matrix or LinearOperator; b the RHS. Non-owning view over A and b (bind at the call site for an immediate solve). More... | |
Namespaces | |
| namespace | num |
Concepts | |
| concept | num::IsODEProblem |
| Any type carrying an ODE right-hand side f(t,y,dy) and t0/tf/u0 data. | |
Functions | |
| template<class Op > | |
| num::LinearProblem (const Op &, const Vector &) -> LinearProblem< Op > | |
Problem types: carry the mathematics, not the numerics.
Definition in file problems.hpp.