Click or drag to resize

DoubleComplexTriDiagMatrixItem Property

Gets and sets the value at the specified position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplex this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
 
col  Int32
 

Property Value

DoubleComplex
Exceptions
ExceptionCondition
NonModifiableElementExceptionThrown when an attempt is made to assign a non-zero value to a matrix element that is outside the matrix bandwidth.
Remarks
Zero matrix elements are not stored, so assigning a non-zero value to a matrix element outside the bandwidth of the matrix raises an exception.
See Also