InitMatrix (FUN)ΒΆ
FUNCTION InitMatrix : ResultCode
Initializes a matrix. Expects the dimensions and the array of values.
- InOut:
Scope
Name
Type
Comment
Return
InitMatrixInout
mThe matrix to initialize
Input
nRowsDINTThe number of rows
nColsDINTThe number of columns
nColsPhysDINTThe physical number of columns in pElems, must not be less than nCols.
pElemsPOINTER TO ARRAY [0..0] OF LREAL
The array containing the values