help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] linear system A x = b


From: address@hidden
Subject: [Help-gsl] linear system A x = b
Date: Thu, 27 Nov 2003 08:49:07 +0100

Hi all,

I've implemented a function which solves  linear system A x = b with the user 
input.

Reading the docs I have noticed that in gsl_linalg.h there are two very similar
methods  which differ for the type of input parameters: gsl_linalg_LU_solve and
gsl_linalg_complex_LU_solve. 

What are the differences? (I know that the second one works on complex numbers.)

Could I use only gsl_linalg_complex_LU_solve? If the user insert double numbers,
I insert the img part of complex number=0.  Is it true?

What are the real usages of gsl_linalg_complex_LU_solve?


Thanks


--Laura





reply via email to

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