![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
C ** f -- tensor product of a chain complex with a map of chain complexes.
See also:
Synopsis of use:
Code:
-- ../m2/chaincomplexes.m2:787-794
ChainComplex ** ChainComplexMap := ChainComplexMap => (C,f) -> (
P := youngest(C,f);
key := (C,f,symbol **);
if P#?key then P#key
else C**f = (
id_C ** f
)
)
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)