ComplexLinAlgD Class

Generic Complex Linear Algebra

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public class ComplexLinAlg<D> : LinAlg<ComplexLuResult<D>, ComplexNArray<D>, Complex<D>>
where D : new(), Object, IRealNumber<D>
Inheritance
Object    LinAlgComplexLuResultD, ComplexNArrayD, ComplexD    ComplexLinAlgD

Type Parameters

D
Real Element Type

Constructors

ComplexLinAlgDInitializes a new instance of the ComplexLinAlgD class

Methods

Cholesky Cholesky decomposition A = LL'
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)
GeneralLstSqrSolve Solve linear general least-squares problem x = inv(A'inv(V)A)A'inv(V)y
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
LstSqrSolve Solve linear least-squares problem
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Qr QR decomposition A = QR
Svd Singular value decomposition A = UWV'
ToStringReturns a string that represents the current object.
(Inherited from Object)
WeightedLstSqrSolve Solve linear weighted least-squares problem x = inv(A'(W'+W)A)A'(W'+W)y

See Also