LinAlgCholeskyT(ComplexT) Method
Cholesky decomposition A = LL'
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Complex<T>[][] Cholesky<T>(
Complex<T>[][] a
)
where T : new(), Object, IRealNumber<T>
Public Shared Function Cholesky(Of T As {New, Object, IRealNumber(Of T)}) (
a As Complex(Of T)()()
) As Complex(Of T)()()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<array<Complex<T>>^>^ Cholesky(
array<array<Complex<T>>^>^ a
)
static member Cholesky :
a : Complex<'T>[][] -> Complex<'T>[][] when 'T : new() and Object and IRealNumber<'T>
- a ComplexT
- Matrix A
- T
- Real Type
ComplexTMatrix L