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
This is kind of a trivial thing, but it tripped me up. The Intellisense for Svd.Determinant says "Gets the determinant of the square matrix for which the SVD was computed." But it actually returns the absolute value of the determinant. There are other "Determinant" properties, like Evd.Determinant and QR.Determinant, which also actually return the absolute value of the determinant, but the Intellisense for them makes that clear.
If you agree that the Intellisense for Svd.Determinant should say "Gets the absolute value of the determinant of the square matrix for which the SVD was computed.", I am happy to submit a PR making that change.
Thanks!
Asa
The text was updated successfully, but these errors were encountered:
Hello,
This is kind of a trivial thing, but it tripped me up. The Intellisense for Svd.Determinant says "Gets the determinant of the square matrix for which the SVD was computed." But it actually returns the absolute value of the determinant. There are other "Determinant" properties, like Evd.Determinant and QR.Determinant, which also actually return the absolute value of the determinant, but the Intellisense for them makes that clear.
If you agree that the Intellisense for Svd.Determinant should say "Gets the absolute value of the determinant of the square matrix for which the SVD was computed.", I am happy to submit a PR making that change.
Thanks!
Asa
The text was updated successfully, but these errors were encountered: