Click or drag to resize

FloatComplexMatrixRow Method

Returns a row of this matrix as a vector. The returned vector and the matrix share the data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector Row(
	int i
)

Parameters

i  Int32
The row number.

Return Value

FloatComplexVector
The ith row as a vector. i must be between 0 and the number of rows - 1, inclusive.
See Also