Test eigensolver_selfadjoint_4 and _6 fail

Submitted by Benoit Jacob

Assigned to Gael Guennebaud

Link to original bugzilla bug (#128)
Operating system: Linux

Description

This is a regression in this changeset:

changeset: 3548:0d632122

user: Gael Guennebaud g.gael@free.fr

date: Fri Nov 26 15:31:47 2010 +0100

summary: add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::matrixT() more efficient and future proof.

I get this failure:

[bjacob@cahouette eigen]$ ./test/eigensolver_selfadjoint_4

Initializing random number generator with seed 1291881028

Repeating each test 10 times

eigensolver_selfadjoint_4: /home/bjacob/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h:361: void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix<double, -0x00000000000000001, -0x00000000000000001, 0, -0x00000000000000001, -0x00000000000000001>, CoeffVectorType = Eigen::Matrix<double, -0x00000000000000001, 1, 0, -0x00000000000000001, 1>]: Assertion `matA.rows()==hCoeffs.size()+1' failed.

Blocking

#48 (closed)