summaryrefslogtreecommitdiff
path: root/src/column.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/column.cpp')
-rw-r--r--src/column.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/column.cpp b/src/column.cpp
index 10b010b..881284e 100644
--- a/src/column.cpp
+++ b/src/column.cpp
@@ -1 +1,5 @@
1#include "neural/column.h" 1#include "neural/column.h"
2
3template class Neural::Column<float>;
4template class Neural::Column<double>;
5template class Neural::Column<long double>;