Generated from class MR.Polynomial<float, 3>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Polynomial_Float_3:Public Member Functions | |
| unsafe | Polynomial_Float_3 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Polynomial_Float_3 (MR._ByValue_Polynomial_Float_3 _other) |
Generated from constructor MR.Polynomial<float, 3>::Polynomial. | |
| unsafe MR.Polynomial_Float_3 | assign (MR._ByValue_Polynomial_Float_3 _other) |
Generated from method MR.Polynomial<float, 3>::operator=. | |
Public Member Functions inherited from MR.Const_Polynomial_Float_3 | |
| virtual void | Dispose () |
| unsafe | Const_Polynomial_Float_3 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Polynomial_Float_3 (MR._ByValue_Polynomial_Float_3 _other) |
Generated from constructor MR.Polynomial<float, 3>::Polynomial. | |
| unsafe float | call (float x) |
Generated from method MR.Polynomial<float, 3>::operator(). | |
| unsafe MR.Std.Vector_Float | solve (float tol) |
Generated from method MR.Polynomial<float, 3>::solve. | |
| unsafe MR.Polynomial_Float_2 | deriv () |
Generated from method MR.Polynomial<float, 3>::deriv. | |
| unsafe float | intervalMin (float a, float b) |
Generated from method MR.Polynomial<float, 3>::intervalMin. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Const_Polynomial_Float_3 | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Polynomial_Float_3 > | |
| bool | _IsOwningVal |
Properties inherited from MR.Const_Polynomial_Float_3 | |
| static unsafe ulong | N [get] |
Properties inherited from MR.Misc.Object< Const_Polynomial_Float_3 > | |
| 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. | |
Generated from class MR.Polynomial<float, 3>. This is the non-const half of the class.