Click or drag to resize
ComplexSparseMatrixSet Method
Sets the value of an element in the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Set(
	int iRow,
	int jColumn,
	Complex x
)

Parameters

iRow
Type: SystemInt32
An int containing the row index of the element.
jColumn
Type: SystemInt32
An int containing the column index of the element.
x
Type: Imsl.MathComplex
A Complex containing the value of the iRow-th and jColumn-th element.
See Also