RealLinAlgD Class

Generic Real 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 RealLinAlg<D> : LinAlg<RealLuResult<D>, RealNArray<D>, D>
where D : new(), Object, IRealNumber<D>
Inheritance
Object    LinAlgRealLuResultD, RealNArrayD, D    RealLinAlgD

Type Parameters

D
Real Element Type

Constructors

RealLinAlgDInitializes a new instance of the RealLinAlgD 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