22 { p.u0 } -> std::convertible_to<const Vector&>;
23 { p.t0 } -> std::convertible_to<double>;
24 { p.tf } -> std::convertible_to<double>;
Any type carrying an ODE right-hand side f(t,y,dy) and t0/tf/u0 data.
std::function< void(real t, const Vector &y, Vector &dydt)> ODERhsFn
BasicVector< real > Vector
Real-valued dense vector with full backend dispatch (CPU + GPU)
ODE and symplectic integrators.
Linear system A x = b. A is any matrix or LinearOperator; b the RHS. Non-owning view over A and b (bi...
Dense vector storage and operations.