Click or drag to resize

MatrixMathMatrixColumnROVectorT Constructor

Constructor of a matrix column vector by providing the matrix and the column 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 MatrixColumnROVector(
	IROMatrix<T> matrix,
	int column
)

Parameters

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