Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
N_NLS_NLParams.h File Reference
#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>
Include dependency graph for N_NLS_NLParams.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

enum Direction
Enumerator
NEWTON_DIR 
GRADIENT_DIR 
MOD_NEWTON_DIR 

Definition at line 86 of file N_NLS_NLParams.h.

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.