mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-17 07:38:49 +08:00
added documentation to ode group
This commit is contained in:
@@ -70,6 +70,9 @@ void exact_solution(const double &x, std::valarray<double> *y) {
|
||||
}
|
||||
|
||||
/** \addtogroup ode Ordinary Differential Equations
|
||||
* Integration functions for implementations with solving [ordinary differential
|
||||
* equations](https://en.wikipedia.org/wiki/Ordinary_differential_equation)
|
||||
* (ODEs) of any order and and any number of independent variables.
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user