Package edu.jas.vector

Generic vector and matrix package.

See:
          Description

Class Summary
BasicLinAlg<C extends RingElem<C>> Basic linear algebra methods.
Examples Examples for basic linear algebra.
GenMatrix<C extends RingElem<C>> GenMatrix implements a generic matrix algebra over RingElem entries.
GenMatrixRing<C extends RingElem<C>> GenMatrixRing implements a generic matrix algebra factory with RingFactory.
GenMatrixTest GenMatrix tests with JUnit
GenVector<C extends RingElem<C>> GenVector implements generic vectors with RingElem entries.
GenVectorModul<C extends RingElem<C>> GenVectorModul implements a generic vector factory with RingElem entries.
GenVectorTest GenVector tests with JUnit
 

Package edu.jas.vector Description

Generic vector and matrix package.

This package contains classes for vectors, matices and lists of polynomials and solvable polynomials, e.g. GenVector, GenMatrix or ModuleList.


Heinz Kredel

Last modified: Mon Jul 9 23:04:48 CEST 2007

$Id: package.html 1265 2007-07-29 10:22:22Z kredel $