Boost logo

Ublas :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-06-12 12:37:56


> -----Original Message-----
> From: ublas-bounces_at_[hidden]
> [mailto:ublas-bounces_at_[hidden]] On Behalf Of Haroon Khan
> Sent: Saturday, June 10, 2006 10:42 PM
> To: ublas_at_[hidden]
> Subject: [ublas] Using numeric::ublas::matrix<...> class with
> NR algorithms
>
> Has anyone used the ublas::matrix and vector classes with the
> algorithms given in Numerical Recipes for C++? In other words are the
> ublas::matrix class and the nr::Matrix class equivalent (support the
> same interface) or will the algorithms require some tweaking?

Are you using the Numerical Recipes book? That's what we did... Matrices
are secondary to the algorithm anyway until you get into sparse/banded
matrices of course, but that's why you <3 ublas!