[top][index]
search for:

ChainComplex ** ChainComplex -- tensor product

Synopsis:

  • Operator: ** -- a binary operator, usually used for tensor product
  • Input:
  • an instance of class ChainComplex.
  • an instance of class ChainComplex.
  • Output:
  • an instance of class ChainComplex.
  • Next more general method: ChainComplex ** GradedModule -- tensor product

  • C**D -- the tensor product of two chain complexes.

    The result, E, is a chain complex. Each module E_k in it is a direct sum of modules of the form C_i**D_j with i+j=k, and the preferred keys for the components of this direct sum are the pairs (i,j), sorted increasing values of i. For information about how to use preferred keys, see directSum.


    [top][index]
    search for: