Click or drag to resize

SymmetricMatrix Properties

The SymmetricMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Returns the number of columns.
(Inherited from BaseMatrix)
Public propertyIsSquare Gets a value indicating if the matrix is square.
(Inherited from BaseMatrix)
Public propertyItem Returns the value of a element of the matrix.
(Overrides BaseMatrixItemInt32, Int32)
Public propertyRowCount Returns the number of rows.
(Inherited from BaseMatrix)
Public propertyTraceReturns the trace of the matrix.
(Inherited from BaseMatrix)
Top
See Also