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

2003-08-27 Thread Firingme
"Hurd, Matthew" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > > > -Original Message- > > From: Firingme [mailto:[EMAIL PROTECTED] > > Subject: [boost] Re: [uBlas] Any Performance Resulst Data with uBlas? > > > > > > Then Matthew, re

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

2003-08-27 Thread Firingme
Then Matthew, refer to your graph result data, the champion and the runner-up all are C libs but not C++ .. Does it means if I want to get high performance with Matrix operation, I "must" use C but not C++ ___ Unsubscribe & other c

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

2003-08-26 Thread Firingme
I'm a newbie to uBlas , but have used MTL for a long time. Before I learned MTL, I've founded MTL's performance result graph data on the following URL: http://www.osl.iu.edu/research/mtl/performance.php3 Now, is there any performance result data about uBlas ? __

[boost] lambda bugs ?

2003-05-30 Thread firingme
consider the following code : test.cpp * #include #include #include #include #include #include using namespace std ; using namespace boost ; using namespace boost::lambda; int main(){ int i = 1 ; cout << ( _1+i)(i=2) << endl; }

[boost] Re: How can I get the template matched result

2003-01-12 Thread firingme
thank you for your reply ,but¡­¡­¡­¡­what is "Wiki" ? > > The best way to learn the MPL is to read the Wiki, the paper, and > then ask questions here. Aleksey is pretty good about helping out. > > Dave > > > > ___ > Unsubscribe & other changes: http://l

[boost] How can I get the template matched result

2003-01-12 Thread firingme
Hello everybody: I'm studying the mpl right now,and was confused by so many many many template ,can anybody give me a suggestion about how can I get the very template matched result? Does cl.exe or icl.exe or g++.exe have some switch to produce the file contain the template matche