This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Complex version of gsl_linalg_solve_symm_tridiag


Stewart, Derek writes:
 > 	I am using GSL to work with complex matrices and it has proved
 > very useful.  In many cases, I need to take the inverse of a
 > complex matrice and it would be very helpful to take advantage of
 > the tridiagonal nature of the matrix.  I know that GSL has the
 > routine gsl_linalg_solve_symm_tridiag which can be used on real
 > matrices.  I was wondering if there was a version for complex
 > matrices in the works or if someone had adapted the routine for
 > complex matrices.  Any suggestions would be appreciated.

We don't have complex version of gsl_linalg_solve_symm_tridiag.  If
you can write one I'll be happy to add it.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]