Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public virtual void InsertRow(
int row,
float[] values,
int[] columns
)
Public Overridable Sub InsertRow (
row As Integer,
values As Single(),
columns As Integer()
)
public:
virtual void InsertRow(
int row,
array<float>^ values,
array<int>^ columns
)
abstract InsertRow :
row : int *
values : float32[] *
columns : int[] -> unit
override InsertRow :
row : int *
values : float32[] *
columns : int[] -> unit
Parameters
- row
- Type: SystemInt32
The zero-based row index where the elements of values
are to be inserted. - values
- Type: SystemSingle
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: 5.x, 4.x
Reference