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



StoreSparseMat


Unit:SDL_matrix
Class:TIntMatrix
Declaration:function StoreSparseMat (FileName: string): boolean;

The function StoreSparseMat stores the values of the matrix elements in a simply formatted ASCII file. The parameter FileName contains the file name specification. StoreSparseMat returns a TRUE value if the matrix elements have been stored successfully.

Example: The statement reslt := Mat.StoreSparseMat ('TEST.TBL'); stores the matrix 'Mat' on the file 'TEST.TBL' (using the sparse matrix format).


Last Update: 2023-Feb-06