The det function#

Aliases#

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

Determinant.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Det