DenseVector(Int32) Constructor |
Create a new dense vector with the given length.
All cells of the vector will be initialized to zero.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DenseVector(
int length
)
Parameters
- length Int32
- The length of the vector.
Exceptions
See Also