ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Row vector with 50 elements logarithmically spaced between 10start and 10end.
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
Parameters
- start
- Type: ILNumericsInArrayDouble
First exponent value. - end
- Type: ILNumericsInArrayDouble
Last exponent value.
Return Value
Type: RetArrayDoubleRow 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