Boost logo

Boost Users :

From: Kresimir Fresl (fresl_at_[hidden])
Date: 2004-10-06 01:35:27


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net