gsl_mmin_simp_b Class Reference

#include <gsl_mmin_simp_b.h>

Inheritance diagram for gsl_mmin_simp_b:

gsl_mmin_simp

Detailed Description

Base routines for the GSL simplex minimizer.

Definition at line 39 of file gsl_mmin_simp_b.h.


Public Member Functions

int nmsimplex_calc_center (const simp_state_t *state, gsl_vector *mp)
 Compute the center of the simplex and store in mp.
double nmsimplex_size (simp_state_t *state)
 Compute the size of the simplex.

Data Structures

struct  simp_state_t
 State type for GSL simplex minimizer. More...

Member Function Documentation

double nmsimplex_size ( simp_state_t state  ) 

Compute the size of the simplex.

Calculates simplex size as average sum of length of vectors from simplex center to corner points:

$ (1/n) \sum || y - y_{\mathrm{middlepoint}} || $


The documentation for this class 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 SourceForge.net Logo, O2scl Sourceforge Project Page