Go to the source code of this file.
Data Structures | |
struct | LambdaSet |
Functions | |
LambdaSet * | newLambdaSet (Float min, Float max, int linearSteps, int logStep) |
void | freeLambdaSet (LambdaSet *ls) |
Float | nextLambdaValue (LambdaSet lambdaSet, int n) |
void freeLambdaSet | ( | LambdaSet * | ls | ) |
newLambdaSet initializes a range of values, which either linear or logarithmic steps.
[in] | min | Minimum value for range. |
[in] | max | Maximum value for range. |
[in] | linearSteps | Number of linear steps including min and max values. |
[in] | logStep | 1 if using log steps, 0 if using linear steps. |