Click or drag to resize

VectorZeros Method

Constructs vector of specified length filled with zeros

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Vector Zeros(
	int n
)

Parameters

n  Int32
Length of vector

Return Value

Vector
Constructed vector
See Also