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