MF_2DArrayToMatrix
| MD_2DArrayToMatrix |
ME_2DArrayToMatrix |
MCF_2DArrayToMatrix |
MCD_2DArrayToMatrix |
MCE_2DArrayToMatrix |
MI_2DArrayToMatrix | MBI_2DArrayToMatrix | MSI_2DArrayToMatrix | MLI_2DArrayToMatrix | MQI_2DArrayToMatrix |
MU_2DArrayToMatrix | MUB_2DArrayToMatrix | MUS_2DArrayToMatrix | MUL_2DArrayToMatrix | |
|
Function | convert 2D-array of Delphi 4 or higher into OptiVec matrix |
|
Syntax C/C++ | N.A. |
Pascal/Delphi | uses MFstd, VecLib;
type fArray = array of Single;
type f2DArray = array of fArray;
procedure MF_2DArrayToMatrix( MF:fMatrix; DelphiArr:f2DArray; ht,len:UIntSize); |
|
Description | This function converts two-dimensional Delphi arrays into OptiVec matrices. Note that, unlike static Pascal/Delphi matrices, the dynamic matrices of Delphi cannot directly be passed to OptiVec functions, but have to be converted first. |
|
|