ComplexNumLibD Class

Generic Complex 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 ComplexNumLib<D> : NumLib<ComplexNArray<D>, Complex<D>>
where D : new(), Object, IRealNumber<D>
Inheritance
Object    NumLibComplexNArrayD, ComplexD    ComplexNumLibD

Type Parameters

D
Real Element Type

Constructors

ComplexNumLibDInitializes a new instance of the ComplexNumLibD class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Fft Fast Fourier transform
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)
Ifft Inverse Fast Fourier transform
Integrate Integrate
Integrate2 Integrate
Interpolation(Double, ComplexNArrayD, Int32, Double) Interpolation
Interpolation(Double, ComplexNArrayD, Int32, Double) Interpolation
Interpolation2(Double, ComplexNArrayD, Int32, Double) Interpolation with linear uncertainty interpolation
Interpolation2(Double, ComplexNArrayD, Int32, Double) Interpolation with linear uncertainty interpolation
InterpolationMagPhase2 Interpolation in mag phase 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
SplineInterpolationMagPhase2 Spline interpolation in mag phase with linear uncertainty interpolation
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also