Uses of Class
shh.homolalg.Qvsp

Packages that use Qvsp
shh.homolalg   
 

Uses of Qvsp in shh.homolalg
 

Fields in shh.homolalg declared as Qvsp
static Qvsp Qvsp.ZERO
          A standard zero object in this exact category.
static Qvsp Qvsp.GROUNDFIELD
          A rational vector space of dimension 1 and print name Q.
 

Methods in shh.homolalg that return Qvsp
static Qvsp Qvsp.makeInstance(int n)
          Constructs and returns a copy of Qn for n ≥ 0.
 

Constructors in shh.homolalg with parameters of type Qvsp
QvspMorphism(Qvsp source, Qvsp target, CSparse matrix)
          Constructor.