Matrix<T>.GetValues Method

This API is preliminary and subject to change.
Infrastructure.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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