Represents a matrix of any type in Kst. Some matrices are editable, while others are not.
Default constructor creates an empty matrix.
Resizes the matrix.
Throws: GeneralError - Throws this exception if the matrix is not editable.Sets all values in the matrix to zero.
Throws: GeneralError - Throws this exception if the matrix is not editable.Gets the value of a matrix at the given column and row indices.
Throws: GeneralError - Throws this exception if the indices are out of range.Sets the value of a matrix at the given column and row indices.
Throws: GeneralError - Throws this exception if the matrix is not editable or the indices are out of range.Updates the statistical values associated with a matrix.
Throws: GeneralError - Throws this exception if the matrix is not editable.True if the matrix is editable by the user. This should be checked before attempting to modify a matrix in any way.
The value of the smallest sample in the matrix.
The value of the largest sample in the matrix.
The mean value of all samples in the matrix.
The number of new samples.
The number of rows in the matrix.
The number of coluns in the matrix.