AnimaL |
Tutorial |
Documentation |
#include <frprmn.h>
Definition at line 113 of file frprmn.h.
Public Member Functions | |
| TooManyIterations (unsigned int n, Real f) | |
| Constructor. | |
Member method used to display the exception: | |
| void | print (std::ostream &str) const |
| Print exception on output stream str. | |
Public Attributes | |
| unsigned int | nbIterations |
| number of iterations | |
| Real | functionValue |
| current value of the function | |
|
||||||||||||||||
|
Constructor.
Definition at line 119 of file frprmn.h. References nr::frprmn< TraitsT >::TooManyIterations::functionValue. |
|
||||||||||
|
Print exception on output stream str.
Definition at line 128 of file frprmn.h. References nr::frprmn< TraitsT >::TooManyIterations::functionValue. |
|
|||||
|
current value of the function
Definition at line 116 of file frprmn.h. Referenced by nr::frprmn< TraitsT >::TooManyIterations::print(), and nr::frprmn< TraitsT >::TooManyIterations::TooManyIterations(). |
|
|||||
|
number of iterations
|
1.3.6