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 MultiplyVector | ||||||||
See also: TransposeAndMultiplyMatrix, MultiplyTransposed, Multiply, TransposeAndMultiplyVector
|
||||||||
MultiplyVector
|
Example: | The statement MatA.MultiplyVector (VecB, VecR) multiplies the matrix MatA with VecB and stores the result in VecR. |