jit.submatrix Reference a sub-region of a matrix

The jit.submatrix object references a sub region of the input matrix without copying data.

Matrix Operator: in[1] out[1]
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

Attributes:
Name Type Description
offset int list[32] Dimension offset into input matrix (default = 0 for all dimensions)

Example:

See Also:
jit.coerce, jit.matrix, jit.scissors