Boost logo

Ublas :

Subject: Re: [ublas] Numeric traits for ublas bounded_vector and matrix
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-02-23 07:48:51


Rutger ter Borg <rutger <at> terborg.net> writes:
> FWIW, you might give eigen2's matrix a try (it has static size support), and
> is supported by the bindings.

Alas, I looked at it and it is doesn't jibe with STL well yet. I am also
wary of writing too much code when there is such a major release coming where
they warn of interface incompatibilities.

But eigen sure looks like it is on the right path (though the use of member
functions rather than free functions drives me a little crazy and makes generic
code harder to write).