Skip to content
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

matrix_inv() has causes error #1

Closed
bluenlive opened this issue Jan 9, 2020 · 1 comment
Closed

matrix_inv() has causes error #1

bluenlive opened this issue Jan 9, 2020 · 1 comment

Comments

@bluenlive
Copy link

Hi, thank you for your code.
I'm studying with it.

BTW, matrix_inv() in matrix.c has an error.

If maximum value of 1st columns is 0, it cannot calculate it.

ex)
-0.5, 0.5, -0.5
0.0, 0.0, 0.5
-1.5, 0.5, 0.5

Could you fix this error please?

@Tee0125
Copy link
Owner

Tee0125 commented Jan 31, 2020

the issue is fixed :)

pull my commit and check again please.

@Tee0125 Tee0125 closed this as completed Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants