mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-21 09:09:36 +08:00
fix compilation with ICC
This commit is contained in:
parent
5dbb646190
commit
63ea667ed7
@ -335,7 +335,7 @@ template<typename Scalar> struct llt_inplace<Scalar, Lower>
|
|||||||
template<typename MatrixType, typename VectorType>
|
template<typename MatrixType, typename VectorType>
|
||||||
static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
|
static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
|
||||||
{
|
{
|
||||||
return llt_rank_update_lower(mat, vec, sigma);
|
return Eigen::internal::llt_rank_update_lower(mat, vec, sigma);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user