$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] performance of a linear algebra/matrix library
From: DE (satan66613_at_[hidden])
Date: 2010-05-06 13:37:03
on 06.05.2010 at 21:24
vicente.botet wrote :
> Why is it slower? or better where do you spent more time than doing it in C?
abstraction penalty i guess
i'm going to further dig toward it
besides in C you can do it in a very efficient way since it's all
about pointer arithmetic
> BTW, what m.assign(m1,m2) does (I have not read the C code)?
oops... 'm.assign(m1*m2)' of course
> What about Boost.LA?
afaik boost LA concerns statically sized matrices
that's not an option for me personally
-- Pavel