Click or drag to resize
SparseMatrix.Set 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,
	double x
)

Parameters

iRow
Type: System.Int32
An int specifying the row index of the element.
jColumn
Type: System.Int32
An int specifying the column index of the element.
x
Type: System.Double
A double specifying the value of the iRow-th and jColumn-th element.
See Also