Click or drag to resize

MatrixMathMatrixRowVectorT(IMatrixT, 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.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixRowVector(
	IMatrix<T> matrix,
	int row
)

Parameters

matrix  IMatrixT
The matrix.
row  Int32
The row number of the matrix that is wrapped to a vector.
See Also