mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Update SPQR module for Sparse LM
This commit is contained in:
@@ -127,6 +127,10 @@ template<typename _MatrixType> class ColPivHouseholderQR
|
||||
}
|
||||
|
||||
HouseholderSequenceType householderQ(void) const;
|
||||
HouseholderSequenceType matrixQ(void) const
|
||||
{
|
||||
return householderQ();
|
||||
}
|
||||
|
||||
/** \returns a reference to the matrix where the Householder QR decomposition is stored
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user