mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-09 14:29:05 +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;
|
||||
}
|
||||
|
||||
initFactorization(a);
|
||||
this->initFactorization(a);
|
||||
|
||||
int info = 0;
|
||||
RealScalar recip_pivot_growth, rcond;
|
||||
|
Loading…
x
Reference in New Issue
Block a user