sheafHom(F, G)
If F or G is a sheaf of rings, it is regarded as a sheaf of modules in the evident way.
Both F and G must be coherent sheaves on the same projective variety or scheme $X$.
The result is the sheaf associated to the graded module Hom(module F, module G).
|
|
|
|
../../../../Macaulay2/packages/Varieties.m2:711:59-712:77: --source code:
sheafHom(CoherentSheaf, CoherentSheaf) := CoherentSheaf => opts -> (F, G) -> (
assertSameVariety(F, G); sheaf(variety F, Hom(module F, module G, opts)))
The object sheafHom is a method function with options.
The source of this document is in Varieties/doc-functors.m2:600:0.