File: control

package info (click to toggle)
saml 970418-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,204 kB
  • ctags: 1,701
  • sloc: ansic: 17,182; sh: 2,583; yacc: 497; perl: 264; makefile: 250; python: 242
file content (21 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: saml
Section: math
Priority: optional
Maintainer: John Lapeyre <lapeyre@physics.arizona.edu>
Standards-Version: 2.3.0.1

Package: saml
Architecture: any
Depends: ${shlibs:Depends}
Suggests: python
Description: Simple Algebraic Math Library
 a C library for symbolic calculations, accompanied
 by some application programs (samuel, factorint, induce),
 and Python bindings. The library provides an object-oriented 
 framework for defining and handling mathematical types, and implements
 the most common data types of computer algebra: integers,
 reals, fractions, complex numbers, polynomials, tensors, matrices, etc.
 The application programs consist of an interactive symbolic
 calculator (samuel), a programming language (induce) and
 a program to factorize integers (factorint).