6 Oct
2004
6 Oct
'04
6:35 a.m.
Daniel L Elliott wrote:
Are the uBLAS LAPACK bindings for general matrices or for any type of matrix? Do they have to use a particular type of storage? This is how it appears in the code.
LAPACK bindings are just C++ interfaces for LAPACK routines which are written in Fortran. Therefore matrix types and storage formats must conform to LAPACK's `expectations', as described in documentation for particular routines. Fortunatelly, many uBLAS matrix types correspond to them. See LAPACK bindings docs: http://tinyurl.com/4gsrh Regards, fres