jit.split Split a matrix into two matrices

The jit.split object takes a single matrix as input, divides it along a specified dimension at a specified point, outputs the two resulting matrices.

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

Attributes:
Name Type Description
autoclear int Autoclear flag (default = 1) When the flag is set, the matrix is cleared following output.
splitdim int The dimension across which splitting occurs. (default = 0)
splitpoint int The point along the dimension specified by the splitdim attribute where the split occurs. (default = 1)

Example:

See Also:
jit.concat, jit.demultiplex, jit.glue, jit.matrix, jit.multiplex, jit.scissors