Boost logo

Ublas :

From: Vardan Akopian (vakopian_at_[hidden])
Date: 2006-10-06 12:26:16


On 10/6/06, Matthias Troyer <troyer_at_[hidden]> wrote:
>
> On Oct 5, 2006, at 11:51 AM, Markus Werle wrote:
>
> > Hi!
> >
> > It seems that all bindings only work for dense matrices.
> > But maybe I obverlooked something, so please tell me if it is easy
> > to get
> > code similar to the one below compiled with a few changes ...
> >
> > regards, Markus
>
> Lapack is a library for dense matrices and hence only dense matrix
> bindings can exist.
>

Well, banded_matrix is not really dense, but it can be used with
lapack bindings (I've been using it for long time). I can post some
code if anyone is interested.

-Vardan