DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information.... |
Home Programming DataLab DLabPascal 2-Dimensional Arrays TMatrix Methods Multiply | ||||||||
See also: TransposeAndMultiplyVector, TransposeAndMultiplyMatrix, SMult, EMult, MultiplyTransposed, MultiplyVector
|
||||||||
Multiply
|
Example: | The statement MatA.Multiply (MatB, MatR) multiplies the matrix MatA with MatB and stores the result in MatR. |