MatrixMathMatrixWithOneColumnT Constructor |
Creates a vertical vector which has an initial length of rows.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixWithOneColumn(
int rows
)
Parameters
- rows Int32
- Initial length of the vertical vector.
See Also