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



Add


Unit:SDL_matrix
Class: TMatrix, TIntMatrix
Declaration: function Add (MatB: TIntMatrix): boolean;
function Add (MatB: TMatrix): boolean;

The method Add adds the matrix MatB to its own data area (self := self + MatB). The function returns the value TRUE, if the addition has been carried out successfully. Note that the addition of two matrices is only possible if the number of columns and rows for both matrices are the same.



Last Update: 2023-Feb-06