|
Ublas : |
From: Nico Galoppo (nico_at_[hidden])
Date: 2006-06-02 10:37:58
I've run a couple benchmarks to compare (dense) matrix vs. c_matrix, doing a simple
matrix_type<T,M,R> A;
matrix_type<T,R,N> B;
matrix_type<T,M,N> C;
noalias(C) = prod(A,B)
My benchmarks indicate that c_matrix is slower than matrix! Is this normal? I'm
using boost cvs head and vc8.
--nico
-- nico galoppo von borries @ address: 105 creel st., chapel hill comp. graphics phd. student @ north carolina, 27516 USA UNC, chapel hill @ phone: +1 (919) 962-1898 (office) @ +1 (919) 942-7609 (home) @ email: nico at cs dot unc dot edu @ homepage: http://www.cs.unc.edu/~nico