LinAlgCholeskyT(ComplexT) Method

Cholesky decomposition A = LL'

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<T>[][] Cholesky<T>(
	Complex<T>[][] a
)
where T : new(), Object, IRealNumber<T>

Parameters

a  ComplexT
Matrix A

Type Parameters

T
Real Type

Return Value

ComplexT
Matrix L

See Also