Click or drag to resize

BaseMatrixGetRowVector Method

Gets a row vector of this matrix at the selected position.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector GetRowVector(
	int rowIndex
)
Request Example View Source

Parameters

rowIndex  Int32
The row index (zero-based).

Return Value

Vector
The row vector.
See Also