diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h b/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h index 8401363d7..99446758a 100644 --- a/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +++ b/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h @@ -142,7 +142,7 @@ class MatrixFunction typedef typename ei_stem_function::type StemFunction; typedef Matrix VectorType; typedef Matrix IntVectorType; - typedef Matrix DynamicIntVectorType; + typedef Matrix DynamicIntVectorType; typedef std::list Cluster; typedef std::list ListOfClusters; typedef Matrix DynMatrixType;