Uses of Interface
shh.homolalg.ExactCategoryMorphism

Packages that use ExactCategoryMorphism
shh.homolalg   
 

Uses of ExactCategoryMorphism in shh.homolalg
 

Classes in shh.homolalg that implement ExactCategoryMorphism
 class QvspMorphism
          A morphism of Qvsps.
 

Methods in shh.homolalg that return ExactCategoryMorphism
 ExactCategoryMorphism QvspMorphism.getKernel()
           
 ExactCategoryMorphism QvspMorphism.getKerRetraction()
           
 ExactCategoryMorphism QvspMorphism.getCokernel()
           
 ExactCategoryMorphism QvspMorphism.getCokerSection()
           
 ExactCategoryMorphism QvspMorphism.getCoimage()
           
 ExactCategoryMorphism QvspMorphism.getCoimSection()
           
 ExactCategoryMorphism QvspMorphism.getImage()
           
 ExactCategoryMorphism QvspMorphism.getImRetraction()
           
 ExactCategoryMorphism QvspMorphism.getCoimToIm()
           
 ExactCategoryMorphism ExactCategoryObj.getZeroMorphism(ExactCategoryObj source)
          Returns the zero morphism from source to this.
 ExactCategoryMorphism ExactCategoryMorphism.getKernel()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getKerRetraction()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getCoimage()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getCoimSection()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getCokernel()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getCokerSection()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getImage()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getImRetraction()
          See the comment on ExactCategoryMorphism.
 ExactCategoryMorphism ExactCategoryMorphism.getCoimToIm()
          The bottom arrow (the isomorphism) in the comment on ExactCategoryMorphism.
abstract  ExactCategoryMorphism CochainCx.getDiff(int deg)
          Returns the differential from getObj(deg) to getObj(deg+1).
 ExactCategoryMorphism CochainCx.getZeroMorphism(ExactCategoryObj source)
          Unsupported.
 ExactCategoryMorphism CochainCx.H(int i)
          Computes the cohomology Hi of this complex, with extra structure.
 ExactCategoryMorphism Qvsp.getZeroMorphism(ExactCategoryObj source)
           
 

Methods in shh.homolalg with parameters of type ExactCategoryMorphism
 boolean QvspMorphism.isCompositionZero(ExactCategoryMorphism f)
           
 boolean ExactCategoryMorphism.isCompositionZero(ExactCategoryMorphism f)
          Whether the composition of this and f (see the diagram for Morphism.compose(shh.homolalg.Morphism)) is a zero morphism.