domain

Six doubles representing the squares of the edge lengths of a simplex.

[ kepler | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

AUTHOR

Class Summary

class domain

{

public:
double getValue(int i) const;
domain(double,double,double,double,double,double);
domain(const double x[6]);
static domain lowerD(const interval x[6]);
static domain upperD(const interval z[6]);
domain();
protected:
}; // domain

Back to the top of domain


AUTHOR

Thomas C. Hales

Back to the top of domain


double getValue(int i) const;

inline double getValue(int i) const;

Function is currently defined inline.


Back to the top of domain


domain(double,double,double,double,double,double);

domain(double,double,double,double,double,double);

Back to the top of domain


domain(const double x[6]);

domain(const double x[6]);

Back to the top of domain


domain lowerD(const interval x[6]);

static domain lowerD(const interval x[6]);

Back to the top of domain


domain upperD(const interval z[6]);

static domain upperD(const interval z[6]);

Back to the top of domain


domain();

domain();

Back to the top of domain


All Members

public:
double getValue(int i) const;
static domain lowerD(const interval x[6]);
static domain upperD(const interval z[6]);
protected:

Back to the top of domain


Ancestors

Class does not inherit from any other class.

Back to the top of domain


Descendants

Class is not inherited by any others.

Back to the top of domain


Generated from source by the Cocoon utilities on Mon Dec 22 19:37:21 1997 .

Report problems to jkotula@unimax.com