jit.pack Make a multiplane matrix out of single plane matrices

The jit.pack object merges N single plane matrices to make a single N plane matrix.

Matrix Operator: in[variable] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a no yes yes all all char long float32 float64

Arguments:
int
The number of planes in the input matrix and the number of single plane matrix inlets for the jit.unpack object (default = 4).

Example:

See Also:
jit.coerce, jit.concat, jit.split, jit.unpack