Uses of Interface
shh.homolalg.ExactCategoryObj

Packages that use ExactCategoryObj
shh.homolalg   
 

Uses of ExactCategoryObj in shh.homolalg
 

Classes in shh.homolalg that implement ExactCategoryObj
 class CochainCx
          A bounded cochain complex with objects in an underlying exact category.
 class Qvsp
          A Q-vector space--that is, a finite-dimensional vector space over the field Q of rational numbers.
 

Methods in shh.homolalg that return ExactCategoryObj
abstract  ExactCategoryObj CochainCx.getObj(int deg)
          Returns the object in degree deg.
 

Methods in shh.homolalg with parameters of type ExactCategoryObj
 ExactCategoryMorphism ExactCategoryObj.getZeroMorphism(ExactCategoryObj source)
          Returns the zero morphism from source to this.
 ExactCategoryMorphism CochainCx.getZeroMorphism(ExactCategoryObj source)
          Unsupported.
 ExactCategoryMorphism Qvsp.getZeroMorphism(ExactCategoryObj source)