mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-11 15:29:03 +08:00
fix compilation with clang
This commit is contained in:
parent
dd504d6aae
commit
9ca673daed
@ -613,7 +613,7 @@ void SuperLU<MatrixType>::factorize(const MatrixType& a)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
initFactorization(a);
|
this->initFactorization(a);
|
||||||
|
|
||||||
int info = 0;
|
int info = 0;
|
||||||
RealScalar recip_pivot_growth, rcond;
|
RealScalar recip_pivot_growth, rcond;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user