summaryrefslogtreecommitdiff
path: root/src/generic/matrix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/matrix.hpp')
-rw-r--r--src/generic/matrix.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/matrix.hpp b/src/generic/matrix.hpp
index fb18a4c..36be084 100644
--- a/src/generic/matrix.hpp
+++ b/src/generic/matrix.hpp
@@ -25,6 +25,9 @@
# include "../compat/memory.hpp"
+
+namespace tmwa
+{
template<class T>
class Matrix
{
@@ -74,5 +77,6 @@ public:
return _ys;
}
};
+} // namespace tmwa
#endif // TMWA_GENERIC_MATRIX_HPP