alglib_impl::lincgstate Struct Reference
#include <solvers.h>
| Public Attributes | |
| double | alpha | 
| ae_vector | b | 
| double | beta | 
| ae_vector | cr | 
| ae_vector | cx | 
| ae_vector | cz | 
| double | epsf | 
| ae_int_t | itsbeforerestart | 
| ae_int_t | itsbeforerupdate | 
| ae_int_t | maxits | 
| double | meritfunction | 
| ae_vector | mv | 
| ae_int_t | n | 
| ae_bool | needmtv | 
| ae_bool | needmv | 
| ae_bool | needmv2 | 
| ae_bool | needprec | 
| ae_bool | needvmv | 
| ae_vector | p | 
| ae_int_t | prectype | 
| ae_vector | pv | 
| ae_vector | r | 
| double | r2 | 
| ae_int_t | repiterationscount | 
| ae_int_t | repnmv | 
| ae_int_t | repterminationtype | 
| rcommstate | rstate | 
| ae_bool | running | 
| ae_vector | rx | 
| ae_vector | startx | 
| ae_vector | tmpd | 
| double | vmv | 
| ae_vector | x | 
| ae_bool | xrep | 
| ae_bool | xupdated | 
| ae_vector | z | 
Detailed Description
Member Data Documentation
◆ alpha
◆ b
◆ beta
◆ cr
◆ cx
◆ cz
◆ epsf
◆ itsbeforerestart
◆ itsbeforerupdate
◆ maxits
◆ meritfunction
◆ mv
◆ n
◆ needmtv
◆ needmv
◆ needmv2
◆ needprec
◆ needvmv
◆ p
◆ prectype
◆ pv
◆ r
◆ r2
◆ repiterationscount
◆ repnmv
◆ repterminationtype
◆ rstate
| rcommstate alglib_impl::lincgstate::rstate | 
◆ running
◆ rx
◆ startx
◆ tmpd
◆ vmv
◆ x
◆ xrep
◆ xupdated
◆ z
The documentation for this struct was generated from the following file:
- alglib/solvers.h

