taichi icon indicating copy to clipboard operation
taichi copied to clipboard

taichi's sparse linear solver produces wrong result

Open liuyunpu opened this issue 1 year ago • 2 comments

taichi sparse linear solver produces wrong result when solving the same sparse matrix compared with matlab. 图片 this is the plot of the matrix 图片 this is the result comparision. clearly taichi solver's results are far from useable. the matrix i use are attached in the txt file A.txt b.txt

liuyunpu avatar Nov 29 '23 02:11 liuyunpu

I am using 1.7.0 taichi, but the problem can also be reproduced in 1.6.0

liuyunpu avatar Nov 29 '23 02:11 liuyunpu

Hope this can be fixed soon! Transferring array to scipy from taichi is really slow

liuyunpu avatar Jan 10 '24 12:01 liuyunpu