[top][index]
search for:

CoherentSheaf ^** ZZ -- tensor power

Synopsis:

  • Usage: N = M^**i
  • Operator: ^** -- a binary operator, usually used for tensor power
  • Input:
  • M, an instance of class CoherentSheaf.
  • i, an instance of class ZZ.
  • Output:
  • N, an instance of class Thing: the i-th tensor power of M
  • Code:

         -- ../../../Macaulay2/m2/varieties.m2:301
         CoherentSheaf ^** ZZ := (F,n) -> binaryPower(F,n,tensor,() -> OO_(F.variety), dual)

    [top][index]
    search for: