MatrixMathMatrixRowROVectorT(IROMatrixT, Int32, Int32, Int32) Constructor |
Constructor of a matrix row vector by providing the matrix and the row number of that matrix that is wrapped.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixRowROVector(
IROMatrix<T> matrix,
int row,
int columnOffset,
int length
)
Parameters
- matrix IROMatrixT
- The matrix.
- row Int32
- The row number of the matrix that is wrapped to a vector.
- columnOffset Int32
- First number of column that is included in the vector.
- length Int32
- Length of the vector.
See Also