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