aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Skyline/SkylineStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/src/Skyline/SkylineStorage.h')
-rw-r--r--unsupported/Eigen/src/Skyline/SkylineStorage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/Skyline/SkylineStorage.h b/unsupported/Eigen/src/Skyline/SkylineStorage.h
index 62806bfb6..5721dee90 100644
--- a/unsupported/Eigen/src/Skyline/SkylineStorage.h
+++ b/unsupported/Eigen/src/Skyline/SkylineStorage.h
@@ -25,6 +25,8 @@
#ifndef EIGEN_SKYLINE_STORAGE_H
#define EIGEN_SKYLINE_STORAGE_H
+namespace Eigen {
+
/** Stores a skyline set of values in three structures :
* The diagonal elements
* The upper elements
@@ -267,4 +269,6 @@ public:
};
+} // end namespace Eigen
+
#endif // EIGEN_COMPRESSED_STORAGE_H