mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-07 09:14:10 +03:00
placeholder for see-also - semi implicit euler
This commit is contained in:
parent
4979f68c24
commit
9ed9e3e107
@ -24,7 +24,7 @@
|
|||||||
* <img
|
* <img
|
||||||
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
|
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
|
||||||
* alt="Implementation solution"/>
|
* alt="Implementation solution"/>
|
||||||
* \see ode_midpoint_euler.c
|
* \see ode_midpoint_euler.c, ode_semi_implicit_euler.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* the exact soltuion results in `exact.csv` for comparison. <img
|
* the exact soltuion results in `exact.csv` for comparison. <img
|
||||||
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_midpoint_euler.svg"
|
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_midpoint_euler.svg"
|
||||||
* alt="Implementation solution"/>
|
* alt="Implementation solution"/>
|
||||||
* \see ode_forward_euler.c
|
* \see ode_forward_euler.c, ode_semi_implicit_euler.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user