uBLAS LAPACK bindings
Hello, 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. Would anyone like to talk about how other types of matrices might be used? Thank you, Dan
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
participants (2)
-
Daniel L Elliott
-
Kresimir Fresl