Dear sir,
I have discovered a small bug in the matrix determinant function. It appears that the function does not account for 1x1 matrices, and instead causes a segmentation fault, despite the default matrix size being 1x1.
While it is unlikely that anyone would require the determinant of a 1x1 matrix for any practical reason, I believe it would be appropriate to fix this issue.
Determinant function at qbMatrix.h:780:0
Thank you
Dear sir,
I have discovered a small bug in the matrix determinant function. It appears that the function does not account for 1x1 matrices, and instead causes a segmentation fault, despite the default matrix size being 1x1.
While it is unlikely that anyone would require the determinant of a 1x1 matrix for any practical reason, I believe it would be appropriate to fix this issue.
Determinant function at qbMatrix.h:780:0
Thank you