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

Problem types: carry the mathematics, not the numerics. More...

#include "core/vector.hpp"
#include "ode/ode.hpp"
#include <concepts>

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 >
 

Detailed Description

Problem types: carry the mathematics, not the numerics.

Definition in file problems.hpp.