Constructs vector of specified length filled with zeros
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector Zeros(
int n
)
Parameters
- n Int32
- Length of vector
Return Value
VectorConstructed vector
See Also