Macaulay2 » Documentation
Packages » Macaulay2Doc :: cohomology
next | previous | forward | backward | up | index | toc

cohomology -- general cohomology functor

Synopsis

Description

cohomology -- a method name available for computing expressions of the forms HH^i(X) and HH^i(M,N).

If it is intended that i be of class ZZ, M be of class A, and N be of class B, then the method can be installed with
     cohomology(ZZ, A, B) := opts -> (i,M,N) -> ...

See also

Ways to use cohomology :

For the programmer

The object cohomology is a method function with options.