Boost logo

Boost :

From: Kresimir Fresl (fresl_at_[hidden])
Date: 2005-06-03 01:10:11


christopher diggins wrote:

> Done! The url is the same. The new benchmarks improve speed for ublas by
> using noalias(A) = prod(B, C) but the kmatrix speed is still far
> superior on my machine. (celeron 1.6, yadda yadda yadda)

Did you try to compare kmatrix with

   ublas::matrix<T, row_major, ublas::bounded_array<T, M*N> >;

fres


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk