Data Structures | Functions

src/core/lambda.h File Reference

Go to the source code of this file.

Data Structures

struct  LambdaSet

Functions

LambdaSetnewLambdaSet (Float min, Float max, int linearSteps, int logStep)
void freeLambdaSet (LambdaSet *ls)
Float nextLambdaValue (LambdaSet lambdaSet, int n)

Function Documentation

void freeLambdaSet ( LambdaSet ls  ) 
LambdaSet* newLambdaSet ( Float  min,
Float  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.
Float nextLambdaValue ( LambdaSet  lambdaSet,
int  n 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines