numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::ode::concepts::single_variate_problem Concept Reference

Concept of problems of single-variate ordinary differential equations. More...

#include <num_collect/ode/concepts/single_variate_problem.h>

Concept definition

template<typename T>
std::is_same_v<typename T::variable_type, typename T::scalar_type>
Concept of problems of ordinary differential equations.
Definition problem.h:35
Concept of problems of single-variate ordinary differential equations.

Detailed Description

Concept of problems of single-variate ordinary differential equations.

Template Parameters
TType.

Definition at line 35 of file single_variate_problem.h.