File: overview.html

package info (click to toggle)
jas 2.7.200-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,732 kB
  • sloc: java: 164,370; python: 14,882; ruby: 14,509; xml: 583; makefile: 545; sh: 349
file content (61 lines) | stat: -rw-r--r-- 2,410 bytes parent folder | download
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
56
57
58
59
60
61
<?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</title>
  </head>

  <body>
    <h1>Java algebra system.</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 align="center">
<!--img src="../../images/PackageOverview.png" width="50%" alt="Static package structure overview" /-->
<img src="../../images/jas-pack-over.png" width="80%" 
     alt="Static package and component structure overview" />
<br />
<b>Package and component structure overview</b>
</p>

<p>See <a href="../design.html" target="main">design</a>
   for an overview on the design of the package and class structure.
</p>
<p>See <a href="../../index.html" target="new">introduction</a>
   as starting point for further information.
</p>
<p>See <a href="../jas-log.html" target="main">weblog</a>
   for the latest changes.
</p>
<p>See <a href="../jdepend-report.txt" target="new">Package Dependencies</a>
   for a list of package dependencies with classes.
</p>
<p>See <a href="../index.html" target="main">more API documents</a>:
   MPJ, JSR223, Findbugs, Jdepend, Licence etc.
</p>

    <hr />
    <address><a href="mailto:kredel at rz.uni-mannheim.de">Heinz Kredel</a></address>
<p>
<!-- Created: Wed Mar  1 12:33:50 CET 2006 -->
<!-- hhmts start -->
Last modified: Tue Jul 19 14:26:32 CEST 2022
<!-- hhmts end -->
</p>
<p>$Id$
</p>
  </body>
</html>