trait CholeskyTrait (View source)

Choleski decomposition

Methods

cholesky(NdArray|array $matrix)

Decomposition of a Hermitian, positive-definite matrix into the product of a lower triangular matrix

Details

final NdArray cholesky(NdArray|array $matrix)

Decomposition of a Hermitian, positive-definite matrix into the product of a lower triangular matrix

Parameters

NdArray|array $matrix

Return Value

NdArray