mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
clean a bit previous patch (ctor vs static_cast and a few bits)
This commit is contained in:
@@ -268,7 +268,7 @@ struct partial_lu_impl
|
||||
|
||||
row_transpositions[k] = row_of_biggest_in_col;
|
||||
|
||||
if(biggest_in_corner != static_cast<RealScalar>(0))
|
||||
if(biggest_in_corner != RealScalar(0))
|
||||
{
|
||||
if(k != row_of_biggest_in_col)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user