foreignArrayType(name, T, n)foreignArrayType(T, n)n * TTo construct a foreign array type, specify a name, the type of the elements of each array, and the number of elements in each array.
|
If the name is omitted, then a default one is chosen by taking the name of the type of the elements and appending the number of elements enclosed in brackets.
|
Alternatively, you may "multiply" the number of elements by the type to accomplish the same.
|
The object foreignArrayType is a method function.
The source of this document is in /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/ForeignFunctions.m2:1240:0.