Sparse Matrix<T>.Insert Row Method
Inserts a set of values at the specified row 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 virtual void InsertRow(
int row,
T[] values,
int[] columns
)
Parameters
Exceptions
Argument | values is null. -or- columns is null. |