Xyce
6.1
|
#include <N_UTL_Misc.h>
#include <math.h>
#include <assert.h>
#include <limits.h>
#include <N_UTL_Xyce.h>
#include <N_IO_fwd.h>
#include <N_NLS_Manager.h>
#include <N_ERH_ErrorMgr.h>
Go to the source code of this file.
Classes | |
class | N_NLS_NLParams |
Enumerations | |
enum | LineSearchMethod { FULL, DIVIDE, BACKTRACK, BANK_ROSE, DESCENT, SIMPLE_BACKTRACK } |
enum | Direction { NEWTON_DIR, GRADIENT_DIR, MOD_NEWTON_DIR } |
enum | NLStrategy { NEWTON, GRADIENT, NEWTON_GRADIENT, MOD_NEWTON, MOD_NEWTON_GRADIENT } |
enum Direction |
Enumerator | |
---|---|
NEWTON_DIR | |
GRADIENT_DIR | |
MOD_NEWTON_DIR |
Definition at line 86 of file N_NLS_NLParams.h.
enum LineSearchMethod |
Enumerator | |
---|---|
FULL | |
DIVIDE | |
BACKTRACK | |
BANK_ROSE | |
DESCENT | |
SIMPLE_BACKTRACK |
Definition at line 75 of file N_NLS_NLParams.h.
enum NLStrategy |
Enumerator | |
---|---|
NEWTON | |
GRADIENT | |
NEWTON_GRADIENT | |
MOD_NEWTON | |
MOD_NEWTON_GRADIENT |
Definition at line 93 of file N_NLS_NLParams.h.