help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] invert matrix


From: Thomas Bisig
Subject: [Help-gsl] invert matrix
Date: Fri, 18 Mar 2005 10:28:50 +0100
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]