Sparse Matrix<T>.Insert Entry Method
Inserts a value at the specified position in the sparse matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public abstract void InsertEntry(
T value,
int row,
int column
)
Parameters
Remarks
If the current component at the specified row and column are nonzero, it is replaced by the new value.