aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/src/MatrixFunctions/StemFunction.h')
-rw-r--r--unsupported/Eigen/src/MatrixFunctions/StemFunction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/MatrixFunctions/StemFunction.h b/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
index 260690b63..3de68ec3a 100644
--- a/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
+++ b/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
@@ -25,6 +25,8 @@
#ifndef EIGEN_STEM_FUNCTION
#define EIGEN_STEM_FUNCTION
+namespace Eigen {
+
/** \ingroup MatrixFunctions_Module
* \brief Stem functions corresponding to standard mathematical functions.
*/
@@ -113,4 +115,6 @@ class StdStemFunctions
}; // end of class StdStemFunctions
+} // end namespace Eigen
+
#endif // EIGEN_STEM_FUNCTION