-
Notifications
You must be signed in to change notification settings - Fork 1
Error in matrix inverse() #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Feel free to open a Pull Request with your fix directly! So you could be the author of the fix commit ;) Otherwise I'll review the change a soon as I have bandwith and fix this. Thanks you very much! |
Thanks again for spotting the error, it's very appreciated! I shipped the fix with version v1.2.0. :) |
Hi, the npm package for 1.2.0 does not have the inverse() fix, the compiled file in dist/ts-matrix.mjs still use the old code. Could you check this? Thanks, Jason |
You're right! I must have publish an old build dist/ by mistake 😅 Can you check with versions 1.2.1 or 1.2.2? They now includes sourcemaps and the src/ folder directly in the package so people can debug and take a look directly when installing :) |
Thanks, it works now😊 |
Uh oh!
There was an error while loading. Please reload this page.
Hi, found a sign error in the matrix inverse, that the tests (only 1 inverse() test) did not catch. See inverse code below with the new fix added:
The text was updated successfully, but these errors were encountered: