Projects tagged ‘algorithm’


[8 total ]
4

Atlas

 
Primary Language: C++

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. It provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK.

Metrics updated about 12 hours ago

2

Scilab

 
Primary Language: C/C++ Licensed as: Scilab licence

(from the scilab homepage...) Scilab is a scientific software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. Scilab is an open source software. Since 1994 it has ... [More] been distributed freely along with the source code via the Internet. It is currently used in educational and industrial environments around the world. Scilab is now the responsibility of the Scilab Consortium, launched in May 2003. There are currently 25 members in Scilab Consortium. [Less]

Metrics updated 23 Nov 07

2

lib2geom

 
Primary Language: C++

Lib2geom (2Geom in private life) is a library developed for inkscape to provide a robust computational geometry framework. It is not a rendering library, instead concentrating on high level algorithms such as computing arc length.

Metrics updated 05 Jul 08

1

Gravit

 
Primary Language: C/C++ Licensed as: GNU Lesser General Public License 2.1

Gravit is a gravity simulator which runs under Linux, Windows and Mac OS X. It's released under the GNU General Public License which makes it free. It uses Newtonian physics using the Barnes-Hut N-body algorithm. Although the main goal of Gravit is ... [More] to be as accurate as possible, it also creates beautiful looking gravity patterns. It records the history of each particle so it can animate and display a path of its travels. At any stage you can rotate your view in 3D and zoom in and out. Gravit uses OpenGL with Lua, SDL, SDL_ttf and SDL_image. [Less]

Metrics updated 22 Jun 08

1

EO Evolutionary Computation Framework

 
Primary Language: C++ Licensed as: GNU Lesser General Public License 2.1

EO is a templates-based, ANSI-C++ compliant evolutionary computation library. It contains classes for almost any kind of evolutionary computation you might come up to - at least for the ones we could think of. It is component-based, so that if you ... [More] don't find the class you need in it, it is very easy to subclass existing abstract or concrete classes. [Less]

Metrics updated about 14 hours ago

1

xmds

 
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.

Metrics updated 05 Jul 08

1

mulan

 
Primary Language: Java Licensed as: GNU General Public License 2.0

We developed a package of Java classes for Multi-label classification, called Mulan. The package contain source files and compiled classes of several problem transformation methods for multilabel classification, an evaluation framework that computes ... [More] several multilabel classification evaluation measures and a statistics class providing. The software is distributed under the GNU GPL licence. The package requires Java v1.5 or better and Weka v3.5.5. [Less]

Metrics updated 05 Jul 08

1

Math::ConvexHull

 
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0 or later

Math::ConvexHull is a simple Perl module that calculates convex hulls from a set of points in 2D space. It is a straightforward implementation of the algorithm known as Graham's scan which, with complexity of O(n log(n)), is the fastest known* method of finding the convex hull of an arbitrary set of points. * known to the author, that is!

Metrics updated 06 Jul 08