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



TSpMatElemInt


Unit:SDL_matrix
Class:none
Declaration:
TSpMatElemInt = record 
                  colidx  : longint; 
                  rowidx  : longint; 
                  value   : longint; 
                end;

The type declaration TSpMatElemInt defines the structure of an element of a sparse matrix.

Hint: This type is declared in the interface section for syntactical reasons only. The user cannot access the sparse matrix elements directly.



Last Update: 2023-Feb-06