DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Add

Declaration: TMatrix.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.