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: LAPACK vs. GSL matrix algebra


As a test case, see if you can wrap DGESVX (AX=B) in a meaningful way.
I think it always ends up as "XA=B" in C, regardless of TRANS='N' or
'T'.

It looks like Clint Whaley made his own implementation of the small
number of LAPACK routines in ATLAS so that they could have an
additional CBLAS_ORDER argument.

-- 
Brian Gough

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/


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