mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
more eigenization, dropped 'ipvt' in lm
This commit is contained in:
@@ -178,7 +178,6 @@ void ei_lmpar2(
|
||||
const int n = qr.matrixQR().cols();
|
||||
assert(n==diag.size());
|
||||
assert(n==qtb.size());
|
||||
assert(n==x.size());
|
||||
|
||||
Matrix< Scalar, Dynamic, 1 > wa1, wa2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user