accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolad. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_BestFitParabolad () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_BestFitParabolad (MR.Const_BestFitParabolad _other) |
| Generated from constructor MR.BestFitParabolad.BestFitParabolad. | |
| Const_BestFitParabolad (BestFitParabolad _other) | |
| Generated from constructor MR.BestFitParabolad.BestFitParabolad. | |
| unsafe MR.Parabolad | getBestParabola (double? tol=null) |
| computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolad.getBestParabola. Parameter tol defaults to std::numeric_limits<double>::epsilon(). | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolad. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.BestFitParabolad.BestFitParabolad.
|
inline |
Generated from constructor MR.BestFitParabolad.BestFitParabolad.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolad.getBestParabola. Parameter tol defaults to std::numeric_limits<double>::epsilon().