[top][index]
search for:

CoherentSheaf ** CoherentSheaf -- tensor product of coherent sheaves

Synopsis:

  • Operator: ** -- a binary operator, usually used for tensor product
  • Input:
  • an instance of class CoherentSheaf.
  • an instance of class CoherentSheaf.
  • Output:
  • an instance of class CoherentSheaf.
  • F ** G -- tensor product of coherent sheaves.

    Code:

         -- ../../../Macaulay2/m2/varieties.m2:122
         CoherentSheaf ** CoherentSheaf := CoherentSheaf => (F,G) -> prune sheaf(F.variety, F.module ** G.module)

    [top][index]
    search for: