Mathematica 9 is now available

ArrayInner

Thread

FilledSmallSquareThread[f[args]] "threads" f over any lists that appear in args.

FilledSmallSquareThread[f[args], h] threads f over any objects with head h that appear in args.

FilledSmallSquareThread[f[args], h, n] threads f over objects with head h that appear in the first n args.

FilledSmallSquareThread[f[args], h, -n] threads over the last n args.

FilledSmallSquareThread[f[args], h, m, n] threads over arguments m through n.

FilledSmallSquare Example: Thread[f[a,b, c, d,e]] LongRightArrow.

FilledSmallSquare Functions with attribute Listable are automatically threaded over lists.

FilledSmallSquare All the elements in the specified args whose heads are h must be of the same length.

FilledSmallSquare Arguments that do not have head h are copied as many times as there are elements in the arguments that do have head h.

FilledSmallSquareThread uses the standard sequence specification (see Section A.3.5).

FilledSmallSquare See The Mathematica Book: Section 2.2.10.

FilledSmallSquare See also: Distribute, Map, Inner, MapThread.

Further Examples

ArrayInner



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.