|
MOOS 0.2375
|
#include <solution.h>

Public Member Functions | |
| OneDimSolve (R1_R1 &f, Real AccY=0.0001, Real AccX=0.0) | |
| Real | Solve (Real Y, Real X, Real Dev, int Lim=100) |
Definition at line 51 of file solution.h.
| OneDimSolve::OneDimSolve | ( | R1_R1 & | f, |
| Real | AccY = 0.0001, |
||
| Real | AccX = 0.0 |
||
| ) | [inline] |
Definition at line 59 of file solution.h.
| Real OneDimSolve::Solve | ( | Real | Y, |
| Real | X, | ||
| Real | Dev, | ||
| int | Lim = 100 |
||
| ) |
Definition at line 96 of file solution.cpp.
1.7.4