* update test to expose bug #57

* update createRandomMatrixOfRank to support fixed size
This commit is contained in:
Benoit Jacob
2009-09-28 09:40:18 -04:00
parent de942a44c2
commit 67bf7c90c5
3 changed files with 46 additions and 6 deletions

View File

@@ -351,7 +351,6 @@ bool ColPivotingHouseholderQR<MatrixType>::solve(
}
const int rows = m_qr.rows();
const int cols = b.cols();
ei_assert(b.rows() == rows);
typename OtherDerived::PlainMatrixType c(b);