End M
Constructs the module of endomorphisms of $M$.
|
|
|
../../m2/option.m2:15:19-17:33: --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[../../m2/Hom.m2:15:23-15:41] ../../m2/option.m2:15:8-15:9
| opts OptionTable OptionTable{DegreeLimit => null } ../../m2/option.m2:15:3-15:7
| MinimalGenerators => true
| Strategy => null
| -- function f:
| ../../m2/Hom.m2:15:23-15:41: --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.