Split a matrix into two matrices
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
out | n/a | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
out2 | n/a | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
Name | Type | g/s | 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) |
Name | Description |
---|---|
jit.concat | Concatenate two matrices |
jit.demultiplex | Demultiplex (deinterleave) a single matrix into two matrices |
jit.glue | Glue many matrices into one |
jit.matrix | The Jitter Matrix! |
jit.multiplex | Multiplex (interleave) two matrices into one matrix |
jit.scissors | Cut up a matrix into evenly spaced sub matrices |