Files
eigen/Eigen
Rasmus Munk Larsen e567151ce3 Fix ambiguous static_cast in JacobiSVD blocking threshold computation
The L2 cache size threshold computation used numext::sqrt with a
static_cast<RealScalar>, which fails to compile when RealScalar is
AnnoyingScalar (a test-only type with multiple conversion constructors).
Since this is a pure cache-size computation unrelated to the matrix
scalar type, use std::sqrt(double) instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-25 19:03:01 -08:00
..
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2025-10-20 21:09:53 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2024-07-30 22:15:49 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2023-11-29 11:12:48 +00:00
2025-10-01 22:58:44 +00:00