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
Clone
See also:
CopyFrom (Matrix)
Index
Statistical Background
Clone (Matrix)
Declaration:
TMatrix
.
Clone
(MatSource: TMatrix);
The method
Clone
resizes the matrix to the dimensions of matrix
MatSource
and copies the entire contents of
MatSource
into its own data area (
self
).