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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 304 - 333 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
304
Hope this is the correct way to use this mailing list ! I am a (new) user of UBLAS library and of this mailing list. I am currently developping some basic...
Jean-Marc.MERCIER@...
Send Email
Dec 4, 2002
9:38 am
305
Hi Jean, ... Yes, you're on topic. ... cholesky, ... attempt ... There's been some motion to reuse LAPACK via bindings (see ...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 4, 2002
9:59 am
306
Dear Joerg Walter, Thanx for your quick answer. ... good new ;-) ... I've taken a look to it. ... I've already look there : i did not find anything, apart from...
Jean-Marc.MERCIER@...
Send Email
Dec 4, 2002
11:17 am
307
Hi Jean, <snip> ... Good set of linear solvers (like those you've mentioned plus iterative methods, maybe superLU binding) would be very usefull for uBLAS. ...
Alexei Novakov
alexei_novakov
Offline Send Email
Dec 4, 2002
3:19 pm
308
Hi Alexei, ... My guess is that UBLAS should reach efficiency, generality, and easy writing for iterative method. I will try to implement gauss seidel and...
Jean-Marc.MERCIER@...
Send Email
Dec 4, 2002
4:18 pm
309
Hi Jean, ... way to ... #include <boost/numeric/ublas/traits.hpp> template <typename T> void f() { // ... boost::numeric::ublas::type_traits<T>::sqrt...
kyriales
Offline Send Email
Dec 4, 2002
4:37 pm
310
Hi all, this is the first of a series of postings initiated through recent sparse matrix benchmarks done by Alexei Novakov (thanks, Alexei!). He (and his ...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 4, 2002
9:37 pm
311
Hi all, this is the second of a series of postings initiated through recent sparse matrix benchmarks done by Alexei Novakov (thanks, Alexei!). In the course of...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 4, 2002
10:54 pm
312
Hi Jean-Marc, you wrote ... b ... And your opinion? ... OK, I've also searched and at least found Andrew Lumsdaine's compilation of a todo list here:...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 5, 2002
7:53 am
313
Hi Joerg ... Well, i do confess that I have no opininion, basically because I am a total nOOb to binding concept ;-) Is there some basic documentation that...
Jean-Marc.MERCIER@...
Send Email
Dec 5, 2002
12:17 pm
314
Hi Jean-Marc, ... Toon wrote initial sketches: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost-sandbox/boost-sandbox/libs/numeric/bindings/index.html and ...
Kresimir Fresl
kyriales
Offline Send Email
Dec 5, 2002
12:44 pm
315
Hi again, ... [...] You can also read old messages in this group with `BLAS' and/or `bindings' in their subject, e.g.: ...
Kresimir Fresl
kyriales
Offline Send Email
Dec 5, 2002
1:27 pm
316
inspired by a code from Joerg Walter (thanks to him) I succed compiling this cholesky routine with UBLAS. template<class M> bool cholesky (M &m) { bool...
Jean-Marc.MERCIER@...
Send Email
Dec 5, 2002
5:49 pm
317
Hi Jean-Marc, ... total ... I think the discussion boils down to the question, whether we prefer to interface to existing linear algebra (and other numerical)...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 5, 2002
7:44 pm
318
Hi Jean-Marc, ... // This doesn't compile, because the code is so old ;-) ... Here one probably could improve using minus_assign(), because lhs and rhs aren't...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 5, 2002
7:52 pm
319
Hi Joerg, When trying to swap matrix rows I noticed in `config.hpp' (line 132): // Comeau 4.2.45 seems to have problems with BOOST_UBLAS_FRIEND_FUNCTION I...
Kresimir Fresl
kyriales
Offline Send Email
Dec 8, 2002
8:07 pm
320
... I've also been looking into this but don't find an easy way out. The problem is that I can't find a way to recover the underlying matrix via the...
Toon Knapen
tknapen
Offline Send Email
Dec 9, 2002
1:48 pm
321
Hi Toon, ... Done. But I am adding some ATLAS CLAPACK functions, so I'll post it tomorrow (I think). ... Traits, of course ;o) fres...
Kresimir Fresl
kyriales
Offline Send Email
Dec 9, 2002
2:18 pm
322
... OK. In the mean time we've been adding traits for symmetric matrices, did some porting of the traits and added more lapack bindings. I'll integrate your...
Toon Knapen
tknapen
Offline Send Email
Dec 9, 2002
2:38 pm
323
Hi Toon, hi all, I've uploaded new version of bindings in file section (bindings_2002_12_10.zip). This file contains only traits and atlas subdirectories, as I...
Kresimir Fresl
kyriales
Offline Send Email
Dec 10, 2002
2:45 pm
324
Hi Kresimir, ... Another possibility is to use some type of meta programming to use the storage or matrix class to generate a functor which represents the...
Dill, John
DillJ@...
Send Email
Dec 10, 2002
4:01 pm
325
Did I say Command pattern? I meant to say Strategy pattern a la Go4. WWIT? ... John...
Dill, John
DillJ@...
Send Email
Dec 10, 2002
9:01 pm
326
Hi Kresimir, ... Great! [snip] ... If I understand you correctly, you'd prefer to support the BLAST Forum Standard as much as possible? That sounds reasonable...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 10, 2002
11:27 pm
327
Hi John, ... In a way, it works like this, although there is no functor; e.g.: matrix<double> a (n, n); matrix<complex<double> > c (n, n); ...
Kresimir Fresl
kyriales
Offline Send Email
Dec 11, 2002
10:47 am
328
Hi Joerg, ... Hmmm ... yes and no. Is there a cblas (Cblas? CBLAS?) standard in BLAST Forum Standard? There are two naming convensions in the same document --...
Kresimir Fresl
kyriales
Offline Send Email
Dec 11, 2002
11:54 am
329
Hi Kresimir, From your description of bindings, I think that my interpretation was in the opposite direction, but may also be useful :) Attached is three...
Dill, John
DillJ@...
Send Email
Dec 11, 2002
2:50 pm
330
Hi Kresimir, ... Fixed in my local copy. Thanks Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 11, 2002
10:13 pm
331
Hi Kresimir, ... I see, this is the legacy BLAS. I don't know of any distributed 'new' BLAS implementation (besides the netlib reference implementation(s)), so...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 11, 2002
10:32 pm
332
Hi John, ... It seems so... ... Doubtlessly -- I think that your approach can be another, more `user friendly' layer, built on top of the bindings. For...
Kresimir Fresl
kyriales
Offline Send Email
Dec 12, 2002
9:14 am
333
Hi All, I've just uploaded my current version containing some more changes for 'special' sparse matrix products due to the continuing discussion with Alexei...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 12, 2002
10:13 am
Messages 304 - 333 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