You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem causes by this is that the determinant of a Matrix is not equal to the determinant of the Matrix's transpose. This can be verified by, e.g., running the following
Matrix.getDeterminant() might contain a typo.
In the function
The last line containing
should probably read like the following:
A problem causes by this is that the determinant of a Matrix is not equal to the determinant of the Matrix's transpose. This can be verified by, e.g., running the following
Found with M. Moeller while debugging some related issues and noticing that the determinant differs from apache.commons.math
The text was updated successfully, but these errors were encountered: