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