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.... |
Home MathPack Matrix Classes TIntMatrix, TMatrix and TMat3D Methods SparseToArray | |||||||
See also: ArrayToSparse, Create | |||||||
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.
|