mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
compile
This commit is contained in:
@@ -12,7 +12,7 @@ void ei_covar(
|
||||
|
||||
/* Function Body */
|
||||
const int n = r.cols();
|
||||
const Scalar tolr = tol * ei_abs(r[0]);
|
||||
const Scalar tolr = tol * ei_abs(r(0,0));
|
||||
Matrix< Scalar, Dynamic, 1 > wa(n);
|
||||
assert(ipvt.size()==n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user