BaseMatrixGetColumnVector Method |
Gets a column vector of this matrix at the selected position.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Vector GetColumnVector(
int columnIndex
)
Public Function GetColumnVector (
columnIndex As Integer
) As Vector
Request Example
View SourceParameters
- columnIndex Int32
- The column index (zero-based).
Return Value
VectorThe column vector.
See Also