diff options
Diffstat (limited to '')
-rw-r--r-- | src/column.cpp | 4 |
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 | |||
3 | template class Neural::Column<float>; | ||
4 | template class Neural::Column<double>; | ||
5 | template class Neural::Column<long double>; | ||