Click or drag to resize

MatrixMathMatrixWithOneColumnT Constructor

Creates a vertical vector which has an initial length of rows.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixWithOneColumn(
	int rows
)

Parameters

rows  Int32
Initial length of the vertical vector.
See Also