Documentation of 'edu.jas.gb.ReductionSeq' Java class
ReductionSeq
edu.jas.gb

Class ReductionSeq<C extends RingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    Reduction<C>, java.io.Serializable


    public class ReductionSeq<C extends RingElem<C>>
    extends ReductionAbstract<C>
    Polynomial Reduction sequential use algorithm. Implements normalform.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReductionSeq

        public ReductionSeq()
        Constructor.
    • Method Detail

      • normalform

        public GenPolynomial<C> normalform(java.util.List<GenPolynomial<C>> row,
                                           java.util.List<GenPolynomial<C>> Pp,
                                           GenPolynomial<C> Ap)
        Normalform with recording.
        Parameters:
        row - recording matrix, is modified.
        Pp - a polynomial list for reduction.
        Ap - a polynomial.
        Returns:
        nf(Pp,Ap), the normal form of Ap wrt. Pp.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.