... [...] ... Inner product is in uBLAS defined as inner_prod (v1, v2) = sum (v1 [i] * v2 [i]), that is, as v1^T v2 both for real and complex vectors -- it is ...
Hi Julius, ... Ouch ;-( ... looks ... The following code compiles successfully with GCC 3.2.1: #include <boost/numeric/ublas/matrix.hpp> using namespace...
... [snip the excellent explanation] ... Fixed. How did COMO detect this one? ;-) Thanks, Joerg P.S.:I've just uploaded my current version containing mostly...
... x ); ... ... or with VC++.NET ;o) ... ... and with Comeau's C++ compiler 4.3.0.1, too. Also with the following addition to `main()': ublas::matrix< double...
Hi Joerg, ... Compiler magick ;o) ... with a little help from a human friend. ... I think yes -- `examples' in `test?' and `bench?' directories are not very...
Hi Kresimir, ... doesn't ... same ... ... or with ublas' perception of MS compilers ;-). I've just upgraded boost on my old Win98 box from 1_25_1 to 1_29_0 and...
Hello Joerg, and hello to whoever deals with MSVC .NET Standard conformance at boost: I found a small but nasty bug between MSVC .NET and ublas which I believe...
Hi Joerg, ... Sorry, I had a typo in the boost ml address. You included my message in your reply, so I don't send it again. ... I think they should, too, but...
Hi Julius, you wrote: [snip] ... be ... Standard (Table 81, ... the others like sqrt > and asin into cmath. The reason why ublas/type_traits.hpp still compiles...
Hi Joerg, hi Julius, I am not sure whether the message http://groups.google.com/groups?selm=3E23CE08.893428D0%40bdal.de from comp.lang.c++.moderated is on...
Hi Joerg, (snip) ... No it doesn't, for the same reasons as with cmath. Julius Muschaweck _____________________________________________________ OEC AG ...
Hi Kresimir, hi Joerg, ... Thanks. The message is exactly on topic. The author presents a nice program that determines the availability of abs overloads, and a...
Hi Joerg, Hi All, Ok I was spured into action. I have edited together all the notes I have made regarding uBLAS over the last year. Hopefully this will augment...
Dear Julius, I have come across this problem before. The same problem occured when I was working on .NET patches for boost::quaternion. The following is from...
Hi Michael (hi Kresimir, hi Julius, hi all ;-), ... So there's at least another boost library affected. ... This agrees with Julius' statements. ... OK. I've...
Hi Michael, ... Wow! ... http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBL AS ... Later ;-) I'll immediately try to comment on some...
Hi Joerg, hi Alexei, if you are still interested in the question of the ambiguity of ... and template <typename R, typename A> R func (A const& a); ... I...
Hi Joerg, I'm gald I got all those notes together in one place. I am also new to Wiki, but it seems to be a useful tool in this area. ... It seems that some of...
Hi Joerg, Here is the test case I promised. It shows up the problem when tested using uBLAS in boost CVS. The equals(m,cm) check in a debug build picks up the...
... Great. Is this part of the boost CVS ... That will indeed be useful once we start running large production codes with sparse matrices on vector machines....
Matthias Troyer
troyer@...
Feb 5, 2003 10:35 pm
496
Hi Matthias, ... First, they are already good enough to detect bugs in ATLAS :-). Then the really cool idea is to define the necessary traits independent of a...
On Wednesday, February 5, 2003, at 11:47 PM, jhr.walter@... ... We have them Matthias...
Matthias Troyer
troyer@...
Feb 5, 2003 11:25 pm
498
Hi Matthias, ... You can also download `bindings-2003-01-30.zip' from the files section of this ml. I containes the latest version of traits classes and ATLAS ...
Hi Johan, you wrote: [snip] ... On 32-bit systems the upper dimensions for sparse_matrix are 65535 x 65535 due to the internal mapping of (i, j) -> (i *...