mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* update test to expose bug #57
* update createRandomMatrixOfRank to support fixed size
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user