ILNumerics Ultimate VS

ILMathlogspace Method (InArrayDouble, InArrayDouble)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create logarithmically spaced row vector of 50 elements.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<double> logspace(
	InArray<double> start,
	InArray<double> end
)

Parameters

start
Type: ILNumericsInArrayDouble
First exponent value.
end
Type: ILNumericsInArrayDouble
Last exponent value.

Return Value

Type: RetArrayDouble
Row vector with 50 elements logarithmically spaced between 10start and 10end.
Remarks

If end equals pi than the upper interval for the values returned is π and the range is: [10^start...π]

[ILNumerics Computing Engine]

See Also

Reference