Uses of Class
edu.jas.vector.BasicLinAlg
-
Packages that use BasicLinAlg Package Description edu.jas.gb Groebner bases package.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of BasicLinAlg in edu.jas.gb
Fields in edu.jas.gb declared as BasicLinAlg Modifier and Type Field Description BasicLinAlg<GenPolynomial<C>>
GroebnerBaseAbstract. blas
linear algebra engine.protected BasicLinAlg<GenPolynomial<C>>
SolvableGroebnerBaseAbstract. blas
Linear algebra engine. -
Uses of BasicLinAlg in edu.jas.gbufd
Fields in edu.jas.gbufd declared as BasicLinAlg Modifier and Type Field Description protected BasicLinAlg<GenPolynomial<C>>
SolvableSyzygyAbstract. blas
Linear algebra engine.protected BasicLinAlg<GenPolynomial<C>>
SyzygyAbstract. blas
Linear algebra engine.
-