$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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:
Regards,
fres