diff options
author | mike <mike@d8baa203-390c-0410-a584-dba4c0749223> | 2011-07-16 18:53:45 +0000 |
---|---|---|
committer | mike <mike@d8baa203-390c-0410-a584-dba4c0749223> | 2011-07-16 18:53:45 +0000 |
commit | 3005ed13f0fde6d61ab8a229c1490f9389cd75b5 (patch) | |
tree | 737c067dc4ceb0e4cee26e3e5f60ef91f8e71cdb /src/slopestd.cpp | |
parent | 6bf9a32cf42b3f1a6dad7018d1b1925cc909b585 (diff) | |
download | libneural-3005ed13f0fde6d61ab8a229c1490f9389cd75b5.tar.gz libneural-3005ed13f0fde6d61ab8a229c1490f9389cd75b5.tar.bz2 libneural-3005ed13f0fde6d61ab8a229c1490f9389cd75b5.tar.xz libneural-3005ed13f0fde6d61ab8a229c1490f9389cd75b5.zip |
Everything is in place except for columns, networks, and a cute language for
describing the networks. ...and tests, don't forget about tests.
git-svn-id: http://svn.xagasoft.com/misc/libneural/trunk@470 d8baa203-390c-0410-a584-dba4c0749223
Diffstat (limited to 'src/slopestd.cpp')
-rw-r--r-- | src/slopestd.cpp | 5 |
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 | |||
3 | template class Neural::SlopeStd<float>; | ||
4 | template class Neural::SlopeStd<double>; | ||
5 | template class Neural::SlopeStd<long double>; | ||