IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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 |
|
inline |
Referenced by alglib.nleq.nleqstate.make_copy().
|
inline |
References alglib.nleq.nleqstate.init().
|
inlinevirtual |
Implements alglib.apobject.
Referenced by alglib.nleq.nleqstate.nleqstate().
|
inlinevirtual |
Implements alglib.apobject.
References alglib.nleq.nleqstate.epsf, alglib.nleq.nleqstate.f, alglib.nleq.nleqstate.fbase, alglib.nleq.nleqstate.fprev, alglib.nleq.nleqstate.m, alglib.nleq.nleqstate.maxits, alglib.nleq.nleqstate.n, alglib.nleq.nleqstate.needf, alglib.nleq.nleqstate.needfij, alglib.nleq.nleqstate.nleqstate(), alglib.nleq.nleqstate.repiterationscount, alglib.nleq.nleqstate.repnfunc, alglib.nleq.nleqstate.repnjac, alglib.nleq.nleqstate.repterminationtype, alglib.nleq.nleqstate.stpmax, alglib.nleq.nleqstate.xrep, and alglib.nleq.nleqstate.xupdated.
int alglib.nleq.nleqstate.n |
int alglib.nleq.nleqstate.m |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqcreatelm(), and alglib.nleq.nleqiteration().
double alglib.nleq.nleqstate.epsf |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqsetcond().
int alglib.nleq.nleqstate.maxits |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqsetcond().
bool alglib.nleq.nleqstate.xrep |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqsetxrep().
double alglib.nleq.nleqstate.stpmax |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqsetstpmax().
double [] alglib.nleq.nleqstate.x |
Referenced by alglib.nleq.nleqcreatelm(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqrestartfrom().
double alglib.nleq.nleqstate.f |
Referenced by alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
double [] alglib.nleq.nleqstate.fi |
Referenced by alglib.nleq.nleqcreatelm(), and alglib.nleq.nleqiteration().
double [,] alglib.nleq.nleqstate.j |
Referenced by alglib.nleq.nleqcreatelm(), and alglib.nleq.nleqiteration().
bool alglib.nleq.nleqstate.needf |
Referenced by alglib.nleq.clearrequestfields(), alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
bool alglib.nleq.nleqstate.needfij |
Referenced by alglib.nleq.clearrequestfields(), alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
bool alglib.nleq.nleqstate.xupdated |
Referenced by alglib.nleq.clearrequestfields(), alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
rcommstate alglib.nleq.nleqstate.rstate |
Referenced by alglib.nleq.nleqiteration(), and alglib.nleq.nleqrestartfrom().
int alglib.nleq.nleqstate.repiterationscount |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqresultsbuf().
int alglib.nleq.nleqstate.repnfunc |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqresultsbuf().
int alglib.nleq.nleqstate.repnjac |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqresultsbuf().
int alglib.nleq.nleqstate.repterminationtype |
Referenced by alglib.nleq.nleqstate.make_copy(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqresultsbuf().
double [] alglib.nleq.nleqstate.xbase |
Referenced by alglib.nleq.nleqcreatelm(), alglib.nleq.nleqiteration(), and alglib.nleq.nleqresultsbuf().
double alglib.nleq.nleqstate.fbase |
Referenced by alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
double alglib.nleq.nleqstate.fprev |
Referenced by alglib.nleq.nleqstate.make_copy(), and alglib.nleq.nleqiteration().
double [] alglib.nleq.nleqstate.candstep |
Referenced by alglib.nleq.nleqcreatelm(), and alglib.nleq.nleqiteration().
double [] alglib.nleq.nleqstate.rightpart |
Referenced by alglib.nleq.nleqcreatelm(), and alglib.nleq.nleqiteration().
double [] alglib.nleq.nleqstate.cgbuf |
Referenced by alglib.nleq.nleqiteration().