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