Inserts a set of values at the specified row in the sparse matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void InsertRow(
int row,
T[] values,
int[] columns
)
Public Overridable Sub InsertRow (
row As Integer,
values As T(),
columns As Integer()
)
public:
virtual void InsertRow(
int row,
array<T>^ values,
array<int>^ columns
)
abstract InsertRow :
row : int *
values : 'T[] *
columns : int[] -> unit
override InsertRow :
row : int *
values : 'T[] *
columns : int[] -> unit
Parameters
- row
- Type: SystemInt32
The zero-based row index where the elements of values
are to be inserted. - values
- Type: T
Array of values to insert. - columns
- Type: SystemInt32
Array of zero-based column indexes where the elements of values
are to be inserted.
Numerical Libraries
Supported in: 6.0
Reference