Hi list

I'd like to invert a matrix. I tried the following

gsl_linalg_LU_decomp (m, perm, &s)
gsl_linalg_LU_invert (m, perm, inverse)

but this does not work correctly. What am I doing wrong?

Thanks

thomas



_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to