(Msub) ( matrix row col height width -- data ld rows cols )


Vocabulary
math.blas.matrices

Inputs
matrixan object
rowan object
colan object
heightan object
widthan object


Outputs
dataan object
ldan object
rowsan object
colsan object


Definition


:: (Msub)
( matrix row col height width -- data ld rows cols )
matrix ld>> col * row + matrix element-type heap-size *
matrix underlying>> <displaced-alien>
matrix ld>> height width ;