gsl_mroot_hybrids::o2scl_hybrid_state_t Struct Reference
#include <gsl_mroot_hybrids.h>
Detailed Description
template<class param_t, class func_t = mm_funct<param_t>, class vec_t = ovector_view, class alloc_vec_t = ovector, class alloc_t = ovector_alloc, class jfunc_t = jac_funct<param_t,vec_t,omatrix_view>>
struct gsl_mroot_hybrids< param_t, func_t, vec_t, alloc_vec_t, alloc_t, jfunc_t >::o2scl_hybrid_state_t
A structure for gsl_mroot_hybrids.
Definition at line 126 of file gsl_mroot_hybrids.h.
|
Data Fields |
size_t | iter |
size_t | ncfail |
size_t | ncsuc |
size_t | nslow1 |
size_t | nslow2 |
double | fnorm |
double | delta |
gsl_matrix * | J |
gsl_matrix * | q |
gsl_matrix * | r |
gsl_vector * | tau |
gsl_vector * | diag |
gsl_vector * | qtf |
gsl_vector * | newton |
gsl_vector * | gradient |
gsl_vector * | df |
gsl_vector * | qtdf |
gsl_vector * | rdx |
gsl_vector * | w |
gsl_vector * | v |
The documentation for this struct was generated from the following file:
Documentation generated with Doxygen and provided under the
GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page