IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.nleq.nleqstate Class Reference
+ Inheritance diagram for alglib.nleq.nleqstate:
+ Collaboration diagram for alglib.nleq.nleqstate:

Public Member Functions

 nleqstate ()
 
 nleqstate ()
 
override void init ()
 
override alglib.apobject make_copy ()
 

Public Attributes

int n
 
int m
 
double epsf
 
int maxits
 
bool xrep
 
double stpmax
 
double[] x
 
double f
 
double[] fi
 
double[,] j
 
bool needf
 
bool needfij
 
bool xupdated
 
rcommstate rstate
 
int repiterationscount
 
int repnfunc
 
int repnjac
 
int repterminationtype
 
double[] xbase
 
double fbase
 
double fprev
 
double[] candstep
 
double[] rightpart
 
double[] cgbuf
 

Constructor & Destructor Documentation

alglib.nleq.nleqstate.nleqstate ( )
inline
alglib.nleq.nleqstate.nleqstate ( )
inline

Member Function Documentation

override void alglib.nleq.nleqstate.init ( )
inlinevirtual

Member Data Documentation

double alglib.nleq.nleqstate.epsf
int alglib.nleq.nleqstate.maxits
bool alglib.nleq.nleqstate.xrep
double alglib.nleq.nleqstate.stpmax
double [] alglib.nleq.nleqstate.x
double alglib.nleq.nleqstate.f
double [] alglib.nleq.nleqstate.fi
double [,] alglib.nleq.nleqstate.j
rcommstate alglib.nleq.nleqstate.rstate
int alglib.nleq.nleqstate.repiterationscount
int alglib.nleq.nleqstate.repnfunc
int alglib.nleq.nleqstate.repnjac
int alglib.nleq.nleqstate.repterminationtype
double [] alglib.nleq.nleqstate.xbase
double alglib.nleq.nleqstate.fbase
double alglib.nleq.nleqstate.fprev
double [] alglib.nleq.nleqstate.candstep
double [] alglib.nleq.nleqstate.rightpart
double [] alglib.nleq.nleqstate.cgbuf

The documentation for this class was generated from the following file: