Files
eigen/Eigen
Antonio Sanchez d5b7981119 Fix signed-unsigned comparison.
Hex literals are interpreted as unsigned, leading to a comparison between
signed max supported function `abcd[0]`  (which was negative) to the unsigned
literal `0x80000006`.  Should not change result since signed is
implicitly converted to unsigned for the comparison, but eliminates the
warning.
2021-01-20 08:34:00 -08:00
..
2021-01-20 08:34:00 -08:00
2017-11-10 14:11:22 +01:00
2017-11-27 22:11:57 +01:00
2017-08-17 21:58:39 +02:00