Boost logo

Ublas :

From: Maik Beckmann (maikbeckmann_at_[hidden])
Date: 2007-11-14 13:36:13


Am Mittwoch 14 November 2007 18:16:14 schrieb Tony Sheh:
> Hahaha yes, i did a benchmark:
>
> uBLAS: 177.42 seconds
> static array: 46.3 seconds
>
> so yeah, i'm writing a template class for our needs, but i will check
> out MTL4 when it comes out. i hope that they are keeping in mind
> AltiVec and Sse.... =)
>
> Thanks for all your help!
>
> Yours,
> Tony
>

Did you compile with -DNDEBUG?
Was the ublas type you used of compile time fixed size (bounded)?

- Maik