Click or drag to resize

MatrixMathMatrixWithOneRowT Constructor

Creates a Horizontal vector of length cols.

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

Parameters

cols  Int32
Initial length of the vector.
See Also