Download Source Code
The latest release is: Seldon 5.0.1 (2009-07-21). Seldon is provided under the GNU LGPL (Lesser General Public License). Version 5.0.1 is essentially the same as version 5.0, except for a few minor bug fixes.
Support and requests: if you have any question or comment, you may contact us.
Previous versions are available on SourceForge servers.
The latest revision is available in
the Gitorious Git repository, or in
its
mirror SourceForge
SVN repository. The source code can be obtained either with:
git clone git://gitorious.org/seldon/src.git seldon
or with:
svn co https://seldon.svn.sourceforge.net/svnroot/seldon/src/trunk seldon
Next Developments
The next developments currently started or planned are:
- the generation of a static or dynamic library (using explicit instantiation of templates);
- the completion of the Python interface;
- the introduction of natural notation for base operations, e.g.,
z += 2.5 * A * y - 6.2 * x; - sub-matrices, views/slices in matrices (an implementation is now available in the Git and SVN repositories).
