The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CopyMatrixToArray


Unit: SDL_matrix
Class: none
Declaration: procedure CopyMatrixToArray (SourceMat: TMatrix; var DestArray: TDouble2DArray; LowCol, HighCol, LowRow, HighRow: integer);

The procedure CopyMatrixToArray copies the data of the matrix SourceMat to the two-dimensional array DestArray. The range of the data to be copied has to be specified in the parameters LowCol, HighCol, LowRow and HighRow. The size of the destination array is automatically adjusted to fit the copied data.



Last Update: 2023-Feb-06