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