The cholesky function#

Aliases#

halerium.core.cholesky
halerium.core.math.cholesky
cholesky(operand)#

Cholesky decomposition.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Cholesky