Max 5 API Reference
Matrix information struct. More...
#include <jit.common.h>
Data Fields | |
long | size |
in bytes (0xFFFFFFFF=UNKNOWN) | |
t_symbol * | type |
primitifve type (char, long, float32, or float64) | |
long | flags |
flags to specify data reference, handle, or tightly packed | |
long | dimcount |
number of dimensions | |
long | dim [JIT_MATRIX_MAX_DIMCOUNT] |
dimension sizes | |
long | dimstride [JIT_MATRIX_MAX_DIMCOUNT] |
stride across dimensions in bytes | |
long | planecount |
number of planes |
Matrix information struct.
Used to get/set multiple matrix attributes at once.
Definition at line 111 of file jitlib/jit-includes/jit.common.h.