mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Make HouseholderSequence::setTrans() protected (cf. bug #50).
Users can call .transpose() instead.
This commit is contained in:
@@ -104,7 +104,6 @@ template<typename MatrixType> void householder(const MatrixType& m)
|
||||
HCoeffsVectorType hc = qr.hCoeffs().conjugate();
|
||||
HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc);
|
||||
hseq.setLength(hc.size()).setShift(shift);
|
||||
VERIFY(hseq.trans() == false);
|
||||
VERIFY(hseq.length() == hc.size());
|
||||
VERIFY(hseq.shift() == shift);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user