help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] LU decomposition


From: Keymone
Subject: Re: [Help-gsl] LU decomposition
Date: Fri, 2 Mar 2007 11:42:33 +0200

well then it's better to

gsl_matrix_memcpy(LU, A);
gsl_linalg_LU_decomp(LU,..);

thank you :)

--
Regards, Keymone


reply via email to

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