numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of get_least_known_order function. More...
#include "num_collect/base/concepts/decayed_to.h"
#include "num_collect/base/index_type.h"
#include "num_collect/ode/concepts/formula.h"
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::ode |
Namespace of solvers of ordinary differential equations (ODE). | |
namespace | num_collect::ode::impl |
Namespace of internal implementations. | |
Functions | |
template<concepts::formula Formula> | |
constexpr auto | num_collect::ode::impl::get_least_known_order () -> index_type |
Get the least known order of a formula. | |
Definition of get_least_known_order function.
Definition in file get_least_known_order.h.