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...
|
|
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.
|
| |
|
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().
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
bool | _IsOwningVal |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
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.
The documentation for this class was generated from the following file: