OneDimSolve Class Reference
#include <solution.h>
List of all members.
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) |
Private Member Functions |
| void | Flip () |
| void | HFlip () |
| void | Linear (int, int, int) |
| void | LookAt (int) |
| void | Quadratic (int, int, int) |
| void | State (int I, int J, int K) |
| void | VFlip () |
Private Attributes |
| Real | accX |
| Real | accY |
| int | C |
| bool | Captured |
| bool | Finish |
| R1_R1 & | function |
| int | hpol |
| int | i |
| int | L |
| int | Last |
| int | lim |
| int | U |
| int | vpol |
| Real | x [3] |
| Real | y [3] |
| Real | YY |
Constructor & Destructor Documentation
| OneDimSolve::OneDimSolve |
( |
R1_R1 & |
f, |
|
|
Real |
AccY = 0.0001, |
|
|
Real |
AccX = 0.0 | |
|
) |
| | [inline] |
Member Function Documentation
| void OneDimSolve::Flip |
( |
|
) |
[private] |
| void OneDimSolve::HFlip |
( |
|
) |
[private] |
| void OneDimSolve::Linear |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
K | |
|
) |
| | [private] |
| void OneDimSolve::LookAt |
( |
int |
V |
) |
[private] |
References accX, accY, Captured, Finish, function, L, Last, lim, Throw, U, vpol, x, y, and YY.
Referenced by Solve().
| void OneDimSolve::Quadratic |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
K | |
|
) |
| | [private] |
References C, Captured, Finish, Flip(), function, HFlip(), hpol, i, R1_R1::IsValid(), L, Last, lim, Linear(), LookAt(), R1_R1::maxX, R1_R1::maxXinf, R1_R1::minX, R1_R1::minXinf, Quadratic(), State(), Throw, U, VFlip(), vpol, x, y, and YY.
Referenced by my_main().
| void OneDimSolve::State |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
K | |
|
) |
| | [private] |
| void OneDimSolve::VFlip |
( |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files: