public class RealNumLib<D> : NumLib<RealNArray<D>, D>
where D : new(), Object, IRealNumber<D>
Public Class RealNumLib(Of D As {New, Object, IRealNumber(Of D)})
Inherits NumLib(Of RealNArray(Of D), D)
generic<typename D>
where D : gcnew(), Object, IRealNumber<D>
public ref class RealNumLib : public NumLib<RealNArray<D>^, D>
type RealNumLib<'D when 'D : new() and Object and IRealNumber<'D>> =
class
inherit NumLib<RealNArray<'D>, 'D>
end
RealNumLibD | Initializes a new instance of the RealNumLibD class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Integrate | Integrate |
Integrate2 | Integrate |
Interpolation(Double, RealNArrayD, Int32, Double) | Interpolation |
Interpolation(Double, RealNArrayD, Int32, Double) | Interpolation |
Interpolation2(Double, RealNArrayD, Int32, Double) | Interpolation with linear uncertainty interpolation |
Interpolation2(Double, RealNArrayD, Int32, Double) | Interpolation with linear uncertainty interpolation |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PolyFit | Fit polynomial to data |
SplineInterpolation2 | Spline interpolation with linear uncertainty interpolation |
ToString | Returns a string that represents the current object. (Inherited from Object) |