Package edu.jas.gbufd
Class ResPart<C extends RingElem<C>>
- java.lang.Object
-
- edu.jas.gbufd.ResPart<C>
-
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
java.io.Serializable
class ResPart<C extends RingElem<C>> extends java.lang.Object implements java.io.Serializable
Container for module resolution components.
-
-
Field Summary
Fields Modifier and Type Field Description ModuleList<C>
GB
ModuleList<C>
module
ModuleList<C>
syzygy
-
Constructor Summary
Constructors Constructor Description ResPart(ModuleList<C> m, ModuleList<C> g, ModuleList<C> z)
ResPart.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
toString.
-
-
-
Field Detail
-
module
public final ModuleList<C extends RingElem<C>> module
-
GB
public final ModuleList<C extends RingElem<C>> GB
-
syzygy
public final ModuleList<C extends RingElem<C>> syzygy
-
-
Constructor Detail
-
ResPart
public ResPart(ModuleList<C> m, ModuleList<C> g, ModuleList<C> z)
ResPart.- Parameters:
m
- a module list.g
- a module list GB.z
- a syzygy module list.
-
-