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



SAdd


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

The method SAdd performs a scalar addition of the matrix self and the parameter scalar. The result is written back into the matrix self (self := self + scalar).


Last Update: 2023-Feb-06