aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign_MKL.h
diff options
context:
space:
mode:
authorGravatar Deanna Hood <deanna.m.hood@gmail.com>2015-03-17 05:58:47 +1000
committerGravatar Deanna Hood <deanna.m.hood@gmail.com>2015-03-17 05:58:47 +1000
commitfef4e071d70870e91aba68b0a34e53bb20f9303f (patch)
tree61f3736001c24de62d50a1fac5fc4a581b346f53 /Eigen/src/Core/Assign_MKL.h
parent46cf9cda32be99fcd658a926c14088e087d91b7e (diff)
Rename isinf to isInf
Diffstat (limited to 'Eigen/src/Core/Assign_MKL.h')
-rw-r--r--Eigen/src/Core/Assign_MKL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Assign_MKL.h b/Eigen/src/Core/Assign_MKL.h
index ec333e4a1..60d8df2de 100644
--- a/Eigen/src/Core/Assign_MKL.h
+++ b/Eigen/src/Core/Assign_MKL.h
@@ -215,7 +215,7 @@ EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(round, Round)
EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(floor, Floor)
EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(ceil, Ceil)
EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(isNaN, IsNaN)
-EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(isinf, Isinf)
+EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(isInf, IsInf)
EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(isFinite, IsFinite)
EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(square, Sqr)