|
| Solution (int nparam, int n) |
|
| Solution (const Solution &sol) |
|
int | nParam () const |
|
void | SetParam (int which, const RVector &prm) |
|
void | SetParam (int which, double prm) |
|
void | Set (const RVector &prm) |
|
const RVector | GetParam (int which) const |
|
const RVector | GetActiveParams () const |
|
void | SetActiveParams (const RVector &prm) |
|
void | SetActive (int which, bool act) |
|
bool | IsActive (int which) const |
|
int | nActive () const |
|
int | ActiveDim () const |
|
void | Extents (int which, double &vmin, double &vmax) const |
|
bool | Bounded (int which, double vmin, double vmax) |
|
bool | Valid () |
|
void | Scale (int which, double factor) |
|
void | Add (const Solution &sol) |
|
void | vmul (const Solution &sol) |
|
void | vmul (const RVector &v) const |
|
Solution & | operator= (const Solution &sol) |
|
Solution | operator* (double s) const |
|
Solution & | operator*= (double s) |
|
Solution | operator+ (const Solution &sol) const |
|
Solution | operator+ (const RVector &v) const |
|
Solution & | operator*= (const RVector &v) |
|
Solution & | operator+= (const Solution &sol) |
|
Solution & | operator+= (const RVector &v) |
|
void | WriteImgGeneric (int imgno, const char *filename, int prmind, bool append=true) |
|
void | WriteImg_mua (int imgno, const char *nimname, bool append=true) |
|
void | WriteImg_mus (int imgno, const char *nimname, bool append=true) |
|