diff options
author | Araq <rumpf_a@web.de> | 2012-04-04 16:01:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-04 16:01:28 +0200 |
commit | a4a99ae997fa27400e271285826c715fe6966cbd (patch) | |
tree | a077adde39cef2cd18edbcdb5a6ddca7c1b3ee9d /doc | |
parent | b9f99565e9bb7bbefee3d9cccb0d61bea91663b7 (diff) | |
download | Nim-a4a99ae997fa27400e271285826c715fe6966cbd.tar.gz |
added libsvm wrapper
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 3916bf892..f65ba9954 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -584,3 +584,9 @@ Data Compression and Archiving Interface to the `lib zip <http://www.nih.at/libzip/index.html>`_ library by Dieter Baron and Thomas Klausner. + +Scientific computing +-------------------- + +* `libsvm <libsvm.html>`_ + Low level wrapper for `libsvm <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_. |