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....



SparseToArray


Unit:SDL_matrix
Class: TIntMatrix
Declaration: procedure SparseToArray;

The method SparseToArray converts a sparse matrix into a full array-based representation. Please note that this may result in considerable memory requirements. The dimensions of the full array matrix are determined by the highest column and row indices of the sparse matrix. They can be obtained by examining the properties NrOfColumns and NrOfRows after the conversion from the sparse array.



Last Update: 2023-Feb-06