Attributes
Members list
Value members
Concrete methods
Constructs a checked Matrix from an existing Layout. Throws IllegalArgumentException if raw.size != layout.dataLength — that mismatch would mean the array is too small (or too large) for the layout that was promised at construction time. Also delegates to strideMatInstantiateCheck to verify that every element reachable via the layout's strides and offset falls within raw's bounds.
Constructs a checked Matrix from an existing Layout. Throws IllegalArgumentException if raw.size != layout.dataLength — that mismatch would mean the array is too small (or too large) for the layout that was promised at construction time. Also delegates to strideMatInstantiateCheck to verify that every element reachable via the layout's strides and offset falls within raw's bounds.
Attributes
Assumes column major order.
Assumes column major order.