MX_MAT – Matrix data storage block
Block SymbolLicensing group: STANDARD
Function Description
The function block MX_MAT allocates memory (during the block initialization) for
elements of the type determined by the parameter etype of the matrix referenced by
the output yMat. Also matrix leading dimension can be set by the parameter ld. If
then
the leading dimension is set to m.
Note that the present version of the MATRIX function block set supports only matrices with the etype equal to 8: Double.
Parameters
m | Number of matrix rows 1 1000000000 10 | Long (I32) |
n | Number of matrix columns 1 1000000000 10 | Long (I32) |
ld | Leading dimension (>= number of rows) 0 1000000000 | Long (I32) |
etype | Type of elements 8 | Long (I32) |
|
|
|
Output
yMat | Output reference to a matrix | Reference |
[Previous] [Back to top] [Up] [Next]
2024 © REX Controls s.r.o., www.rexygen.com