Click or drag to resize

BaseMatrixGetRowArray Method

Gets a row array 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 double[] GetRowArray(
	int rowIndex
)
Request Example View Source

Parameters

rowIndex  Int32
The row index (zero-based).

Return Value

Double
The row array.
See Also