LinAlg
final class LinAlg extends Decorator (View source)
Linear algebra wrapper
Traits
Choleski decomposition
Norms methods
Methods
cholesky(NdArray|array $matrix)
Decomposition of a Hermitian, positive-definite matrix into the product of a lower triangular matrix
from
CholeskyTrait