RealNumLibD Class

Generic Real Numeric Library

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public class RealNumLib<D> : NumLib<RealNArray<D>, D>
where D : new(), Object, IRealNumber<D>
Inheritance
Object    NumLibRealNArrayD, D    RealNumLibD

Type Parameters

D
Real Element Type

Constructors

RealNumLibDInitializes a new instance of the RealNumLibD class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PolyFit Fit polynomial to data
SplineInterpolation2 Spline interpolation with linear uncertainty interpolation
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also