Boost logo

Ublas :

Subject: Re: [ublas] Is coordinate_matrix element assignment/insertion broken in 1.42?
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-02-26 14:51:07


Jesse Perla wrote:
> But on both Intel 11.1.060 and MSVC2008-SP1, I get the following:
>
> [3,3]((0.1,2.2,0),(0,0,0),(0,0,4.1))
> 0,0,2,-842150451,
> 0,1,2,-842150451,
> 0.1,2.2,4.1,-6.27744e+066,

I cannot reproduce this on MSVC2008-SP1. I get the same results as Rutger.

I saved the "test.cpp" file to "boost_1.42_0/libs/numeric/ublas", also copied the attached "CmakeLists.txt" to "boost_1.42_0/libs/numeric/ublas" and used cmake to generate a "solution" for MSVC2008 (so it should be easy for you to verify whether you get the same results as Rutger and me).

Regards,
Thomas