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



SMult


Unit:SDL_matrix
Class: TMatrix, TIntMatrix
Declaration: procedure SMult (scalar: double); { class TMatrix }
procedure SMult (scalar: integer); { class TIntMatrix }

The method SMult performs a scalar multiplication of the matrix self. The result is written back into the matrix self (self := self * scalar).


Last Update: 2023-Feb-06