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
Transpose
See also:
TransposeAndMultiplyMatrix
,
TransposeAndMultiplyVector
Index
Statistical Background
Transpose
Declaration:
TMatrix
.
Transpose
: boolean;
The method
Transpose
transposes the matrix (= exchanging rows and columns). It returns a TRUE value, if transposing has been carried out successfully.