numerics 0.1.0
Loading...
Searching...
No Matches
num::IsExplicitODEAlg Concept Reference

#include <solve.hpp>

Concept definition

template<typename A>
std::same_as<std::remove_cvref_t<A>, Euler> ||
std::same_as<std::remove_cvref_t<A>, RK4> ||
std::same_as<std::remove_cvref_t<A>, RK45>

Detailed Description

Definition at line 41 of file solve.hpp.