Click or drag to resize

DVector(Int32, FuncInt32, DVector, Double) Constructor

Creates a vector using a formula to fill its items.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public DVector(
	int size,
	Func<int, DVector, double> f
)

Parameters

size  Int32
The size of the vector.
f  FuncInt32, DVector, Double
A function defining item content.
See Also