Package edu.jas.vector
Generic vector and matrix package.
This package contains classes for generic vectors and matices over
RingElems, namely GenVector and
GenMatrix. Algorithms for vector and matrix
computation are contained in BasicLinAlg and matrix
decompositions in LinAlg.
Heinz Kredel
Last modified: Thu Jul 8 17:24:45 CEST 2021
$Id$
-
Class Summary Class Description 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.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.LinAlg<C extends RingElem<C>> Linear algebra methods.