Parent Directory
|
Revision Log
|
Patch
| revision 25485, Mon Sep 22 07:52:52 2008 UTC | revision 25486, Mon Sep 22 12:43:03 2008 UTC | |
|---|---|---|
| # | Line 40 | Line 40 |
| 40 | */ | */ |
| 41 | TLinearMinimizer (int type = 0); | TLinearMinimizer (int type = 0); |
| 42 | ||
| 43 | /** | |
| 44 | Constructor from a char * (used by PM) | |
| 45 | */ | |
| 46 | TLinearMinimizer ( const char * type ); | |
| 47 | ||
| 48 | /** | /** |
| 49 | Destructor (no operations) | Destructor (no operations) |
| # | Line 123 | Line 127 |
| 127 | ||
| 128 | private: | private: |
| 129 | ||
| 130 | bool fRobust; | |
| 131 | unsigned int fDim; | unsigned int fDim; |
| 132 | unsigned int fNFree; | unsigned int fNFree; |
| 133 | double fMinVal; | double fMinVal; |
|
||||||||
| Subversion Admin | ViewVC Help |
| Powered by ViewVC 1.0.9 |