einsum¶
- einsum(subscripts: str, *operands: PolyArray | ndarray) Poly | PolyArray[Dim]¶
Einstein summation for polynomial arrays and NumPy arrays.
Compute the expression defined by
subscriptsusingPolyArrayand/or NumPy operands, similar tonumpy.einsum.- パラメータ:
- 戻り値:
Computed result for
subscripts.- 戻り値の型:
- 例外:
TypeError -- If no operand is provided or an operand type is invalid.