numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
get_least_known_order.h File Reference

Definition of get_least_known_order function. More...

Include dependency graph for get_least_known_order.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of get_least_known_order function.

Definition in file get_least_known_order.h.