aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/LLT_MKL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Cholesky/LLT_MKL.h')
-rw-r--r--Eigen/src/Cholesky/LLT_MKL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Cholesky/LLT_MKL.h b/Eigen/src/Cholesky/LLT_MKL.h
index 10aa746dc..7f7549bb0 100644
--- a/Eigen/src/Cholesky/LLT_MKL.h
+++ b/Eigen/src/Cholesky/LLT_MKL.h
@@ -71,7 +71,7 @@ template<> struct llt_inplace<EIGTYPE, Lower> \
} \
template<typename MatrixType, typename VectorType> \
static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma) \
- { return llt_rank_update_lower(mat, vec, sigma); } \
+ { return Eigen::internal::llt_rank_update_lower(mat, vec, sigma); } \
}; \
template<> struct llt_inplace<EIGTYPE, Upper> \
{ \