Click or drag to resize

MatrixTRow(Int32) Method

Copies a row into an Vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Row(
	int index
)

Parameters

index  Int32
The row to copy.

Return Value

VectorT
A Vector containing the copied elements.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative, or greater than or equal to the number of rows.
See Also