Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ublas-dev · uBLAS development

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 212
  • Category: C and C++
  • Founded: Oct 2, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

(from the boost-user group) ... is ... I don't know why any of the ublas devs have commented on this at boost-user (or maybe they have but I missed it?). There...
3 Nov 9, 2004
12:58 pm

Patrick Kowalzick
patrick_kowa...
Send Email

It looks like support of exact types in uBLAS is not complete: ============ namespace ublas = boost::numeric::ublas; int main() { typedef ublas::vector<int>...
1 Nov 9, 2004
11:10 am

a_balmashnov
Send Email

Hi, All What parts of ublas should be adjusted to have a possibility of doing "precise" computations? I would like to do something like: typedef...
5 Nov 9, 2004
10:27 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

I have created a new branch in CVS called 'uBLAS_pure&#39;. Effectively this is a large clean up of the current uBLAS without any of the old compiler workaround....
53 Nov 5, 2004
11:16 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Hello all, I used uBLAS_pure on IBM. After the modifications I did yesterday on my local version to get old stuff working, everything seems to work well on ...
1 Nov 4, 2004
8:14 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Dear All, Looking at the current sparse matrix documentation it seems that the type descriptions for sparse, compressed and coordinate are highly cryptic. I am...
34 Nov 2, 2004
4:26 pm

Gunter Winkler
guwi17@...
Send Email

Good morning, I believe there is a problem with the compressed_matrix bindings in boost-sandbox. Suppose we have a row_major compressed_matrix. If...
3 Oct 28, 2004
10:53 am

Michael Stevens
mmssau
Send Email

There was some positive response on my proposal to organise a ublas developers meeting. So lets move on and let us try to determine where and when to organise...
11 Oct 27, 2004
6:04 pm

Michael Stevens
mmssau
Send Email

Hi Karl, Fres, Peter, Paul, In terms of naming how about: size_type nnz_filled (); size_type nnz_capacity (); This uses existing naming (nnz) with regard to...
21 Oct 25, 2004
5:56 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Gunther Winkler wrote ... cd boost/numeric/ublas cvs update -r uBLAS_pure Note that using the '-r' flag to update implies a 'Sticky Tag'. Thus it remembers...
1 Oct 24, 2004
5:24 am

Toon Knapen
tknapen
Send Email

Hi Gunter, I changed over to std::stable_sort and ran into some problems with the arrays being corrupted. In one test case I have the follow input data I1 I2 V...
4 Oct 22, 2004
2:31 pm

mmssau
Send Email

Dear all, I use in my program fixed size arrays, what is not yet supported by uBlas directly. Anyway, I do not mind if the size-tests are on compile-time or on...
1 Oct 22, 2004
8:35 am

Patrick Kowalzick
patrick_kowa...
Send Email

Dear All, I stumbled across and fixed a couple of nasty bugs. First bug: There was an inconsistency in the the non_zero() function return values. The...
15 Oct 21, 2004
11:59 pm

Robbie Vogt
robbie_vogt
Send Email

It looks to me that         vector (size_type size, const array_type &data): is not documented.  I think it can be useful, for example: ...
1 Oct 21, 2004
2:20 pm

Neal D. Becker
nealdbecker
Send Email

While thinking about the semantics for the insert operation I have been trying to come up with a better name. At the moment we have: set_element - my...
7 Oct 21, 2004
2:16 pm

Karl Meerbergen
Karl.Meerbergen@...
Send Email

For some practical arrangements, I plan on contacting collectively all persons that have added their name on the dev-meeting page on the wiki to avoid making...
2 Oct 21, 2004
1:55 pm

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Hi Toon, Robbie, ... I think I have been once again rather confusing in my replies. I think long term we will need to define the Sparse concepts. The most...
3 Oct 21, 2004
11:27 am

Ian McCulloch
ianmcc@...
Send Email

I fundamental question I would like to ask is: Do objects of type value_type in the ublas containers need to be zero-initialisable. In many discussions people...
2 Oct 16, 2004
1:54 pm

Gunter Winkler
guwi17@...
Send Email

Dear All, I have committed a major set of changes to the UBLAS_pure branch. This implements some major changes to element assignment, access and proxies. This...
4 Oct 15, 2004
1:28 pm

Toon Knapen
tknapen
Send Email

Currently the sparse matrices are a model of the matrix-concept ? Should'nt we develop a sparse-matrix concept that is a refinement of the matrix-concept. For...
3 Oct 15, 2004
12:36 pm

Michael Stevens
mmssau
Send Email

The operator[] for ublas::vector is not documented. Should we document it or should it not be part of vector ?...
6 Oct 15, 2004
12:02 pm

Toon Knapen
tknapen
Send Email

I would like to propose that we remove the member function 'insert&#39;, 'erase&#39; and 'clear&#39; from all models of vector-concept (such as ublas::vector). The reason...
21 Oct 14, 2004
2:32 pm

Michael Stevens
mmssau
Send Email

Resize: ======= The vector-concept documentation and vector model documentation mentiona resize(new_size,t) function. However in the real world there is ...
7 Oct 13, 2004
3:31 pm

Michael Stevens
mmssau
Send Email

(to all except Miceal: we are currently trying to improve the documentation of ublas. This work is currently done in the ublas cvs (the last reason of...
3 Oct 12, 2004
2:17 pm

Toon Knapen
tknapen
Send Email

Micheal, is is possible that you forgot to checkin the container_concept page because the index.html points to it but the link is dead (I'm planning on working...
2 Oct 12, 2004
1:56 pm

Michael Stevens
mmssau
Send Email

Currently following persons have confirmed: # Knapen Toon # Meerbergen Karl # Stevens Micheal # Winkler Gunther # McCulloch Ian If you're planning on...
7 Oct 12, 2004
12:39 pm

Peter Schmitteckert
buckelrunter
Send Email

Just committed a couple of changes. I have renamed the concept documents '*_concept.htm' to make them easier to identify. I have merged range and slice. Toon I...
3 Oct 12, 2004
12:21 pm

Michael Stevens
mmssau
Send Email

Dear all, cureently I'm in the process to include support for an ibm SP3 again, AIX 5.2, xlC v6. I have the follwoping problem, that I get lots of error...
7 Oct 11, 2004
3:03 pm

Peter Schmitteckert
buckelrunter
Send Email

Dear All, Both in reading and write the uBLAS documentation the class names sparse_matrix and sparse_vector make things very confusing. In the past I have...
1 Oct 11, 2004
3:00 pm

Michael Stevens
mmssau
Send Email

Matthias, I have committed a fix. The problem was in unbounded_array. In order to default construct the allocated memory I was using an array placement new....
23 Oct 11, 2004
1:27 pm

Michael Stevens
mmssau
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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