MatrixMathMatrixWithOneRowT Constructor |
Creates a Horizontal vector of length cols.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixWithOneRow(
int cols
)
Parameters
- cols Int32
- Initial length of the vector.
See Also