|  | Float | 
The FloatUpperTriMatrix type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the matrix. | 
|  | DataVector | Gets the data vector referenced by this matrix. | 
|  | Item | Gets and sets the value at the specified position. Zero matrix elements are not stored, so assigning a non-zero value to a matrix element above the diagonal of the matrix raises an exception. | 
|  | Order | Gets the order of the matrix. | 
|  | Rows | Gets the number of rows in the matrix. | 
 See Also
See Also