Hi Joerg, While working on some ET stuff just stumble accross a weakness in the definition of the _expression classes. At the moment they have both the ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ublas-dev group. File :...
ublas-dev@yahoogroups...
Mar 2, 2003 10:13 am
570
Hi all, GluCat 0.1.2 RC2 should be the final release candidate for GluCat 0.1.2. I'll release GluCat 0.1.2 by 2003-03-07, if there are no showstoppers. RC2 has...
Hi Michael, ... I imagine that statically derived classes won't be copy constructible anymore then, but I'll have to write a test case first... Thanks, Joerg...
Hi Joerg, ... Not sure what you mean by "statically" derived? I did some very basic testing. Making the offending copy constructor inaccessable seemed to have...
the type functor_type (which is row_major or column_major) is available in a ublas::matrix but not in e.g. a matrix_range. Would it be best that matrix_range...
Hi Toon, ... The orientation functor is not generic (see zero_matrix and identity_matrix for example). So it doesn't make much sense for me to investigate this...
Hi again Joerg ... Sorry I should have sent some code. boost::noncopyable is not much use here. The best that I can do is: class vector_expression { private:...
... [...] Neither with como: ================================================= "volatile.cc", line 6: error: no operator "=" matches these operands operand...
Salut, ... and neither with ibm va xlC 5.0 0r 6.0, using 6.0: peters@sisley:[...]/t: cat t.C #include <complex> int main() { std::complex<double> c1, c2; ...
Hi all, ... [snip] ... First of all, I checked the above program with ICC -Xc (meaning strict ANSI compatibility) and ICC rejects the program then, too (BTW,...
Hi Joerg, ... Big problem with ... Big problem with the language here! Clearly it is not desirable to have to rework every UDT with additional volatile...
Hi Roland, ... Yes. The following mix of std::vector and ublas::vector seems to work for me ... #include <vector> #include <boost/numeric/ublas/vector.hpp> ...
Hi Joerg, [snip] ... I think it's an important point, but I don't think any fixed choice will serve most users fine. Sometimes I was glad to have that check,...
Hi Julius, ... compatibility ... serve most users fine. > Sometimes I was glad to have that check, it's really useful to find bugs in complicated ... to use a ...
Hi Joerg, [snip] ... Yes I agree changing operator= will serve nicely to avoid std:: compatibility problems. Also, the run time size checks are most useful to ...
Hi Julius, you wrote: [snip] ... compatibility problems. ... inner_product ... OK, I have changed this in my local copy and Roland's original sample now ... ...
... From: stuart macgregor To: boost-users@yahoogroups.com Sent: Friday, March 21, 2003 2:26 PM Subject: [Boost-Users] ublas: questions from a newcomer ... I...
... Atlas bindings work for me in the `real' code (but I am biased ;o) I am also using SuperLU bindings for sparse matrices, but they are not in boost-sandbox...
... I don't believe it's feasible. When implementing the bindings I found it to be very subtle. For instance, lapack functions might have different signatures...
Hi, After some discussions in my group when we had Jeremy Siek visit this weekend we agreed that we would like to see generic C++ lapack interfaces that work...
Hi Matthias, hi all, ... This is the main idea behind the vector and matrix traits classes in the bindings library -- for example, currently blas level 1...