Closed shinmorino closed 6 years ago
Fixes are committed at 45d9005ead85e4733c680a0b68a8a6e8561d6599. Tests have been added. Py and CPU modules have been tested.
This bug is from beta2. Before beta2, sqaod is assumed to accept only symmetric matrices, and beta2 is also able to handle symmetric matrices.
Done. 7145fca0115c26810e741786ce1df1f054eb34c6.
All dense graph solvers are able to deal only with symmetric matrices. symmetrize() has been added to enable upper/lower triangle matrices, there's a misunderstanding on the equation.
Fix:
This fix will be applied to all dense graph solvers and functions.