Control: tags -1 patch
Hi Anton > I think this can be ignored. But the question is interesting, > if it is platform-dependent. I saw the same behaviour on plummer.debian.org, a ppc64el porterbox. For the record, I applied the patch below in Ubuntu and eigen3 migrated. Regards Graham --- a/debian/tests/build1 +++ b/debian/tests/build1 @@ -73,8 +73,6 @@ std::cout<<"forceMatrix: "<<forceMatrix<<std::endl; - std::cout<<"forceMatrix*axisMatrix: "<<axisMatrix.cwiseProduct(forceMatrix)<<std::endl; - std::cout<<"forceMatrix*axisMatrix, row[0]: "<<axisMatrix.cwiseProduct(forceMatrix).row(1)<<std::endl; std::cout<<"ForceVec length "<<ForceVec.norm()<<std::endl; @@ -280,9 +278,6 @@ forceMatrix: -1 -2 -3 -1 -2 -3 -1 -2 -3 -forceMatrix*axisMatrix: -1 -0 -0 --0 -2 -0 --0 -0 -3 forceMatrix*axisMatrix, row[0]: -0 -2 -0 ForceVec length 3.74166 forceMatrix length 6.48074