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



Subtract


Unit:SDL_matrix
Class: TMatrix, TIntMatrix
Declaration: function Subtract (MatB: TMatrix): boolean; { class TMatrix }
function Subtract (MatB: TIntMatrix): boolean; { class TIntMatrix }

The method Subtract subtracts the matrix MatB from its own data area (self := self - MatB). The function returns the value TRUE, if the addition has been carried out successfully.



Last Update: 2023-Feb-06