Go to the source code of this file.
Function Documentation
LambdaSet* newLambdaSet |
( |
double |
min, |
|
|
double |
max, |
|
|
int |
linearSteps, |
|
|
int |
logStep | |
|
) |
| | |
newLambdaSet initializes a range of values, which either linear or logarithmic steps.
- Parameters:
-
[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. |
- Returns:
- Pointer to an initialized LambdaSet.
double nextLambdaValue |
( |
LambdaSet |
lambdaSet, |
|
|
int |
n | |
|
) |
| | |