1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Java Algebra System, Apache Commons Math-Adapter</title>
</head>
<body>
<h1>Java algebra system, Apache Commons Math-Adapter.</h1>
<p>The Java Algebra System (JAS) is an object oriented, type safe and
multi-threaded approach to computer algebra.
JAS provides a well designed software library using generic types
for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure.
The library can be used as any other Java software package or it can be
used interactively or interpreted through an jython (Java Python) or jruby (Java Ruby) front ends.
The focus of JAS is at the moment on commutative, solvable and non-commuative polynomials,
power series, Groebner bases, factorization, real and complex roots and applications.
By the use of Java as implementation language JAS is 64-bit and multi-core cpu
ready and can make use of mutiple CPUs where available.
JAS can run on a wide variety of devices ranging from Android (using the jruby
Ruboto App and others) to compute clusters (using MPJ a Java Message Passing Interface (MPI)).
</p>
<p>This package contains adapters to some Apache Commons Math classes.
</p>
<p>See <a href="../../intro.html" target="main">introduction</a>
for a general overview.
</p>
<p>For a discussion of the design and comparison to the JLinAlg adapter see
<a href="http://doi.ieeecomputersociety.org/10.1109/WAINA.2012.158" target="aina"
>Heinz Kredel,
<i>Fostering Interoperability in Java-Based Computer Algebra Software</i></a>,
Proceedings FINA Workshop
<a href="http://www.aina-conference.org/2012/">AINA-2012</a>,
March 26-29, 2012, Fukuoka, Japan
(<a href="http://krum.rz.uni-mannheim.de/kredel/cas-inter-aina2012-slides.pdf" target="cas"
>slides</a>)
</p>
<hr />
<address><a href="mailto:kredel at rz.uni-mannheim.de">Heinz Kredel</a></address>
<p>
<!-- Created: Sat Jun 28 16:55:11 CEST 2014 -->
<!-- hhmts start -->
Last modified: Sat Jun 28 17:28:54 CEST 2014
<!-- hhmts end -->
</p>
<p>$Id$
</p>
</body>
</html>
|