MF_2DArrayToMatrix MD_2DArrayToMatrix ME_2DArrayToMatrix
MCF_2DArrayToMatrix MCD_2DArrayToMatrix MCE_2DArrayToMatrix
MI_2DArrayToMatrixMBI_2DArrayToMatrixMSI_2DArrayToMatrixMLI_2DArrayToMatrixMQI_2DArrayToMatrix
MU_2DArrayToMatrixMUB_2DArrayToMatrixMUS_2DArrayToMatrixMUL_2DArrayToMatrix 
Functionconvert 2D-array of Delphi 4 or higher into OptiVec matrix
Syntax C/C++N.A.
Pascal/Delphiuses MFstd, VecLib;
type fArray = array of Single;
type f2DArray = array of fArray;
procedure MF_2DArrayToMatrix( MF:fMatrix; DelphiArr:f2DArray; ht,len:UIntSize);
DescriptionThis 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.
See alsoMF_MatrixTo2DArray,   chapter 1.4

MatrixLib Table of Contents  OptiVec home