You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use gsl LU solver. But when comparing with Scipy's LU solver the results are a different. The zip archive contains the source main.c file that solves the linear sytem Ax = b with A the matrix in the A.dat file written using gsl_matrix_fwrite and b the vector whose only non-zero component is the last with value -1. Finally the test.py file print scipy's solution.
I want to use gsl LU solver. But when comparing with Scipy's LU solver the results are a different. The zip archive contains the source
main.c
file that solves the linear sytemAx = b
withA
the matrix in theA.dat
file written usinggsl_matrix_fwrite
andb
the vector whose only non-zero component is the last with value-1
. Finally thetest.py
file print scipy's solution.The solutions I get are with
GSL:
Scipy:
gsl_lu.zip
The text was updated successfully, but these errors were encountered: