Click or drag to resize

BaseMatrixGetColumnVector Method

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

Parameters

columnIndex  Int32
The column index (zero-based).

Return Value

Vector
The column vector.
See Also