BaseMatrixGetRowVector Method |
Gets a row 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 GetRowVector(
int rowIndex
)
Public Function GetRowVector (
rowIndex As Integer
) As Vector
Request Example
View SourceParameters
- rowIndex Int32
- The row index (zero-based).
Return Value
VectorThe row vector.
See Also