Uses of Class
edu.jas.vector.GenMatrixRing
Packages that use GenMatrixRing
-
Uses of GenMatrixRing in edu.jas.vector
Fields in edu.jas.vector declared as GenMatrixRingMethods in edu.jas.vector that return GenMatrixRingModifier and TypeMethodDescriptionGenMatrixRing.concat(GenMatrixRing<C> other) Concat matrix ring.GenMatrix.factory()Get the corresponding element factory.GenMatrixRing.product(GenMatrixRing<C> other) Product matrix ring for multiplication.GenMatrixRing.stack(GenMatrixRing<C> other) Stack matrix ring.GenMatrixRing.transpose()Transposed matrix ring.Methods in edu.jas.vector with parameters of type GenMatrixRingModifier and TypeMethodDescriptionGenMatrix.concat(GenMatrixRing<C> cc, GenMatrix<C> b) Concat method.GenMatrixRing.concat(GenMatrixRing<C> other) Concat matrix ring.GenMatrixRing.product(GenMatrixRing<C> other) Product matrix ring for multiplication.GenMatrix.stack(GenMatrixRing<C> st, GenMatrix<C> b) Stack method.GenMatrixRing.stack(GenMatrixRing<C> other) Stack matrix ring.GenMatrix.transpose(GenMatrixRing<C> tr) Transposed matrix.Constructors in edu.jas.vector with parameters of type GenMatrixRingModifierConstructorDescriptionGenMatrix(GenMatrixRing<C> r) Constructor for zero GenMatrix.GenMatrix(GenMatrixRing<C> r, C[][] m) Constructor for GenMatrix.Constructor for GenMatrix.Constructor for GenMatrix.