Matrix<T>.GetValues Method

This API is preliminary and subject to change.
Infrastructure.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Matrix<T> GetValues(
	int[]? newRowIndexes,
	int[]? newColumnIndexes,
	T missingValue
)

Parameters

newRowIndexes  Int32[]
An array containing the new row indexes.
newColumnIndexes  Int32[]
An array containing the new column indexes.
missingValue  T
The value to use for entries.

Return Value

Matrix<T>

See Also