matrix_inv() has causes error
Closed this issue · 1 comments
bluenlive commented
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 commented
the issue is fixed :)
pull my commit and check again please.