class mpkConfig |
Contains the parameters of a normalized configuration (a point in the c-space).
The operators ==,+,-,*,/ are defined for this class.
| mpkConfig (int dim = 0) | |
|
| norm2 () const Euclidean norm squared. |
|
| norm () const Euclidean norm. |
|
| dist2 (const mpkConfig& y) const Euclidean distance squared. |
|
| dist (const mpkConfig& y) const Euclidean distance. |
|
| Linf () const Linf norm. |
|
| Linf_dist (const mpkConfig& y) const Linf distance. |
|
| Linf_dist (const mpkConfig& y, const vector<double>& weights) const weighted Linf distance. |
|
| lin_interpol (double t, const mpkConfig& q0, const mpkConfig& q1) Set to t*q0 + (1-t)*q1. |
|
| print (ostream& out = cout) const Print to output stream. |
Contains the parameters of a normalized configuration (a point in the c-space).
The operators ==,+,-,*,/ are defined for this class.
Alphabetic index HTML hierarchy of classes or Java