Sparse Matrix<T>.Insert Entry Method
Inserts a value at the specified position in the sparse matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.