CoherentSheaf ** CoherentSheaf -- tensor product of coherent sheaves
Synopsis:
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)