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