Function darr_det# Defined in File real/array/algebra.h Function Documentation# coeff_t darr_det(darr_t *arr)# Determinant of a 2D arrat. res = DET( ARR ) Parameters: arr – [in] Array to compute determinant. Must be square.