Closed rfabbri closed 8 months ago
Hi,
std::abs used in pivoting when std::norm should be faster? Eigen uses std::norm. The code is run hundreds of millions of times in some applications.
std::abs
std::norm
Thanks.
dbf4419 fixes the issue. Thanks for reporting.
Hi,
std::abs
used in pivoting whenstd::norm
should be faster? Eigen usesstd::norm
. The code is run hundreds of millions of times in some applications.Thanks.