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:
@@ -484,8 +484,8 @@ struct solve_retval<ColPivHouseholderQR<_MatrixType>, Rhs>
|
||||
|
||||
// Note that the matrix Q = H_0^* H_1^*... so its inverse is Q^* = (H_0 H_1 ...)^T
|
||||
c.applyOnTheLeft(householderSequence(dec().matrixQR(), dec().hCoeffs())
|
||||
.setTrans(true)
|
||||
.setLength(dec().nonzeroPivots())
|
||||
.transpose()
|
||||
);
|
||||
|
||||
dec().matrixQR()
|
||||
|
||||
Reference in New Issue
Block a user