This function calculates the direct product of a list or sequence of compatible objects.
This is a binary method, meaning it is defined for two inputs but can accept more. When three or more arguments are given, the direct product is evaluated from left to right: the direct product of the first two inputs is computed, then the result is used to compute the direct product with the third input, and so on.
The object directProduct is an associative binary method function.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Macaulay2Doc/shared.m2:173:0.