MatrixSymmetric


superclasses:

Tuple

attributes:

rows Integer

columns Integer

matrixValues List(Numeric)

comments:

A structure for symmetric two-dimensional matrices consisting of primitives. Since the matrix is symmetric the values below the main diagonal need not be given. (Note that the main diagonal is situated from the upper left to the lower right location in the matrix.) The values are still given in a row by row fashion. The value for order in measure must be equal to n+(n(n-1)/2), where n is the number of rows or columns.


Links to Section 3.7 and the complete SAIF class list