[boost] Re: [uBlas] Any Performance Resulst Data with uBlas?

2003-08-26 Thread Patrick Kowalzick
Hi Matthew, I like these statistics. Nice graphs. Did you test the block_prod compared to normal prod as well ? This would be interessting compared to ATLAS as well. Regards, Patrick Hurd, Matthew [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: Firingme [mailto:[EMAIL

[boost] Re: proposal for efficient geom. vector class

2003-06-04 Thread Patrick Kowalzick
Hello Justinas, I don't know where to upload this piece of code currently so I beg you pardon for sending an attachment. BTW, it is by no means a final implementation of things I've just written above. It's just an initial piece of code - constructive comments, etc. would be nice :) This

[boost] Re: proposal for efficient geom. vector class

2003-05-22 Thread Patrick Kowalzick
Hi Justinas, do you mean something like this? Please regard code below. Using the second parameter of the template arguments to define the size of a vector, so that you can call specialized functions for the right dimension? Greets, Patrick // ***