Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

parameter.h File Reference

Includes real_parameter.h and typedefs for parameter. More...

#include "parameter/real_parameter.h"

Go to the source code of this file.

Defines

#define PARAMETER_H   1

Typedefs

typedef real_parameter parameter
 The most commonly used parameter is the real_parameter. More...


Detailed Description

Includes real_parameter.h and typedefs for parameter.

Author(s):
John Ward
Date:
November 3, 1997

Class parameter holds a double value to be used as a parameter by the SuperMix program. Parameters can do upper and lower bounds checking. They can also "shadow" (or reference) other parameter instances.

Most overloaded math and relational operators treat parameters as doubles.

There are many different types of parameters. Look in the include/parameter/ subdirectory for more information.

See also:
abstract_real_parameter , abstract_complex_parameter , real_parameter , complex_parameter , scaled_real_parameter , function_real_parameter

Definition in file parameter.h.


Define Documentation

#define PARAMETER_H   1
 

Definition at line 60 of file parameter.h.


Typedef Documentation

typedef real_parameter parameter
 

The most commonly used parameter is the real_parameter.

A typedef is added for convenience and backward compatibility.

Definition at line 68 of file parameter.h.


Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7