|
ergo
|
#include <Failure.h>
Public Member Functions | |
| AcceptableMaxIter () | |
| AcceptableMaxIter (const char *msg, int maxi=0) | |
| int | get_maxiter () const |
| Public Member Functions inherited from mat::Acceptable | |
| Acceptable () | |
| Acceptable (const char *msg) | |
| Public Member Functions inherited from mat::Failure | |
| Failure () | |
| Failure (const char *msg) | |
| virtual | ~Failure () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| int | maxiter |
|
inline |
References mat::Acceptable::Acceptable(), and maxiter.
|
inlineexplicit |
References mat::Acceptable::Acceptable(), and maxiter.
|
inline |
References maxiter.
|
private |
Referenced by AcceptableMaxIter(), AcceptableMaxIter(), and get_maxiter().