#include <gsl_mmin_simp_b.h>
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... |
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:
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