mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
placeholder for see-also - semi implicit euler
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
* <img
|
||||
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
|
||||
* alt="Implementation solution"/>
|
||||
* \see ode_midpoint_euler.c
|
||||
* \see ode_midpoint_euler.c, ode_semi_implicit_euler.c
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* 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"
|
||||
* alt="Implementation solution"/>
|
||||
* \see ode_forward_euler.c
|
||||
* \see ode_forward_euler.c, ode_semi_implicit_euler.c
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user