summaryrefslogtreecommitdiff
path: root/src/slopestd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/slopestd.cpp')
-rw-r--r--src/slopestd.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slopestd.cpp b/src/slopestd.cpp
new file mode 100644
index 0000000..16b2be4
--- /dev/null
+++ b/src/slopestd.cpp
@@ -0,0 +1,5 @@
1#include "neural/slopestd.h"
2
3template class Neural::SlopeStd<float>;
4template class Neural::SlopeStd<double>;
5template class Neural::SlopeStd<long double>;