Search the web
Sign In
New User? Sign Up
ublas-dev · uBLAS development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 194 - 223 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
194
Hi Kresimir, ... Yes, this seems reasonable. I'll add the missing index element. ... Thanks for the link. ... Best regards Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 1, 2002
8:26 am
195
Hi Michael, ... Thanks that you still take the time to contribute so much! [snip] ... mutable ... We've got three element proxy classes: sparse_storage_element...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 1, 2002
9:25 am
196
Hi Kresimir, you wrote: [snip] ... Yep. Same with sparse_vector<...,map_array> ... Yep. ... Yep. ... Agreed. ... Hopefully soon: coordinate_matrix<> ... Or...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 1, 2002
11:42 am
197
Hi Kresimir, ... Cool! [snip benchmark] I'll check that later. ... [snip] ... Surprising: I'll look into that. ... Yes. push_back()/pop_back() vs....
jhr.walter@...
jhrwalter
Offline Send Email
Nov 1, 2002
11:51 am
198
Hi Michael, ... I'm rather unsure about this. My only suspicion is that the historical formats could have a bad locality of reference when accessing the...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 1, 2002
12:10 pm
199
Hi Joerg, ... Great, thanx. So, I can begin the work on SuperLU interface. BTW, what you think about policy classes for index bases --...
Kresimir Fresl
kyriales
Offline Send Email
Nov 1, 2002
2:09 pm
200
Hi Joerg, ... Standard containers also have different requirements regarding invalidation -- it can be said that std::vector<> is very unsafe ;o) Obviously, it...
Kresimir Fresl
kyriales
Offline Send Email
Nov 1, 2002
3:38 pm
201
Hi again Kresimir, ... Yep this is very much at the root of the problem. I think I am a bit fixated on std::map because it is wonderfully safe. No invalidation...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2002
8:27 am
202
Hi Joerg, ... I just couldn't stop myself. I think it will catch on. It has with me! ... That is where uBLAS comes it. ... Sorry Joerg, while I was writing...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2002
8:58 am
203
Hi Joerg, ... Not very, on second thought ;o) Let's look at the code: =========================================== void append (size_type i, const_reference t)...
Kresimir Fresl
kyriales
Offline Send Email
Nov 2, 2002
10:44 am
204
Hi Michael (hi, all), ... assignment ... [snip] ... The first series of CLAPACK tests is done. Due to the reduced fill-in I've found and (hopefully) fixed a...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 2, 2002
7:26 pm
205
Hi Joerg, attached is a modification of compressed_vector<> with user-definable index base in index_data_. Changed files are `config.hpp' and...
Kresimir Fresl
kyriales
Offline Send Email
Nov 2, 2002
8:31 pm
206
Hi, I've updated GluCat to use the uBLAS version from the current Boost. I've tested it with gcc 3.1 (SuSE pre-release) and Intel C++ 6.0.1. The Gzipped Tar...
Paul C. Leopardi
pcleopardi
Offline Send Email
Nov 3, 2002
8:18 am
207
Hi Joerg, I've had a quick look at, and regression tested uBLAS_11_02. Wow look like you did a lot! Testing with Bayes++ shows your include fixes for Sparse...
Michael Stevens
mmssau
Offline Send Email
Nov 3, 2002
8:45 am
208
Hi Michael, ... data.size() may be 0, too (as I always relearn testing with CLAPACK ;-). ... Is this an important QoI issue currently? ... Yep, I noticed this...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 3, 2002
1:58 pm
209
Hi Joerg, there is a bug in the BOOST_UBLAS_APPEND_ONLY branch of insert(). Test in `if' (to insert or not) on line 2629 is: if (filled1_ == element1 + 1 &&...
Kresimir Fresl
kyriales
Offline Send Email
Nov 3, 2002
3:00 pm
210
Hi Kresimir, ... Yes, I've to confirm this bug ;-( ... How do you like something along the lines of (filled1_ == element1 + 1 && (filled2_ == 0 || filled2_ ==...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 3, 2002
8:16 pm
211
Hi Paul, ... Here's my experience report: Installing/basic testing - Downloaded your port and un-zipped it. - Needed to have something like CPPFLAGS (=...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 3, 2002
8:46 pm
212
Joerg just a quick comment, ... I thought of this! If data.size() is zero then the only valid slice is slice.size() = 0. This is correct. When data.size() >0...
Michael Stevens
mmssau
Offline Send Email
Nov 4, 2002
3:00 am
213
Hi Joerg, ... `filled2_ == 0' is IMHO not needed. Before the `if' is while (filled1_ < element1 + 1) { index1_data () [filled1_] = filled2_ + 1; ++ filled1_; }...
Kresimir Fresl
kyriales
Offline Send Email
Nov 4, 2002
8:15 am
214
Hi Joerg, ... [...] ... [...] ... As I said in another post, this proxy stuff really became frightening and monstruous. Is it really worth all the trouble and...
Kresimir Fresl
kyriales
Offline Send Email
Nov 4, 2002
9:06 am
215
Hi Kresimir, ... [snip reasonable discussion] Yep, I was overcautious. ... Agreed. Thanks Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2002
9:30 am
216
Hi Michael, ... Sorry, my mistake. [snip] Best regards Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2002
9:36 am
217
Hi all, I've just uploaded a new ublas version containing operation_sparse.hpp and some minor corrections. Best regards Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2002
9:39 am
218
Hi Joerg, ... [...] ... I'll include patches (I hope correct ;o) in modifications for variable index base. I hope that you will not work on compressed_matrix<>...
Kresimir Fresl
kyriales
Offline Send Email
Nov 4, 2002
9:52 am
219
Joerg, Thanks for looking at this. 1 Where do I download the latest uBLAS? 2 What changes did you make to basis_element()? Thoughts below. ... and when ... The...
pcleopardi
Offline Send Email
Nov 4, 2002
1:00 pm
220
Hi Kresimir, you wrote: [snip index base related stuff] ... This probably isn't a bug, it works for me, if the preprocessor symbol BOOST_UBLAS_SAFE is defined...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2002
8:45 pm
221
Hi Paul, ... I usually upload it to the group's file section: http://groups.yahoo.com/group/ublas-dev/files/ublas_2002_11_04.zip ... Sorry for that missing...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2002
8:55 pm
222
Joerg, Thanks. I will download uBLAS and try a few things over the next few days. Also, my explanation of compressed vs full matrices in GluCat was not ...
pcleopardi
Offline Send Email
Nov 4, 2002
11:24 pm
223
Joerg, ... I very much like this. Especially the resize preserve option. I have a great aversion to #ifdef code paths! Michael...
Michael Stevens
mmssau
Offline Send Email
Nov 5, 2002
1:10 am
Messages 194 - 223 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help