Click or drag to resize

MatrixMathMatrixColumnVectorT 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 MatrixColumnVector(
	IMatrix<T> matrix,
	int column
)

Parameters

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