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