MX_MAT – Matrix data storage block
Block SymbolLicensing group: STANDARD
Function Description
The function block MX_MAT allocates memory (during the block initialization) for
m∗n
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
ld<m 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 ⊙1.00E+01 | Long (I32) |
n | Number of matrix columns ↓1 ↑1000000000 ⊙1.00E+01 | Long (I32) |
ld | Leading dimension (>= number of rows) ↓0 ↑1000000000 ⊙0.00E+00 | Long (I32) |
etype | Type of elements ⊙8.00E+00 | Long(I32) |
|
|
|
Output
yMat | Output reference to a matrix | Reference |
[Previous] [Back to top] [Up] [Next]
2020 © REX Controls s.r.o., www.rexygen.com