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.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Matrix..::.NonModifiableElementException | Thrown when an attempt is made to assign a non-zero value to a matrix element outside the upper triangular region. |