Uses of Class
edu.jas.gbufd.ResPart
-
Packages that use ResPart Package Description edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of ResPart in edu.jas.gbufd
Methods in edu.jas.gbufd that return types with arguments of type ResPart Modifier and Type Method Description java.util.List<ResPart<C>>
Syzygy. resolution(ModuleList<C> M)
Resolution of a module.java.util.List<ResPart<C>>
SyzygySeq. resolution(ModuleList<C> M)
Resolution of a module.java.util.List<ResPart<C>>
Syzygy. resolutionArbitrary(ModuleList<C> M)
Resolution of a module.java.util.List<ResPart<C>>
SyzygySeq. resolutionArbitrary(ModuleList<C> M)
Resolution of a module.
-