End M
Constructs the module of endomorphisms of $M$.
|
|
|
../../../../../Macaulay2/m2/option.m2:15:14-18:8: --source code:
(opts,f) -> args -> (
-- Common code for functions created with >> to process options and arguments.
uncurry(f, override (opts,args))
)
| symbol class value location of symbol
| ------ ----- ----- ------------------
| f FunctionClosure FunctionClosure[../../../../../Macaulay2/m2/Hom.m2:15:. ../../../../../Macaulay2/m2/option.m2:15:8-15:9
| opts OptionTable OptionTable{DegreeLimit => null } ../../../../../Macaulay2/m2/option.m2:15:3-15:7
| MinimalGenerators => true
| Strategy => null
| -- function f:
| ../../../../../Macaulay2/m2/Hom.m2:15:21-15:43: --source code:
| End = options Hom >> o -> M -> Hom(M, M, o)
| -- option table opts:
| OptionTable{DegreeLimit => null }
| MinimalGenerators => true
| Strategy => null
The object End is a function closure.