Click or drag to resize

BaseMatrixGetColumnArray Method

Gets a column 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[] GetColumnArray(
	int columnIndex
)
Request Example View Source

Parameters

columnIndex  Int32
The column index (zero-based).

Return Value

Double
The column array.
See Also