FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
subroutine | gsl_siman_solve (rng, x0_p, ef, take_step, distance, print_position, copy_func, copy_constructor, destructor, element_size, params) |
subroutine gsl_siman_solve | ( | type(c_ptr), value | rng, |
type(c_ptr), value | x0_p, | ||
type(c_funptr), value | ef, | ||
type(c_funptr), value | take_step, | ||
type(c_funptr), value | distance, | ||
type(c_funptr), value | print_position, | ||
type(c_funptr), value | copy_func, | ||
type(c_funptr), value | copy_constructor, | ||
type(c_funptr), value | destructor, | ||
integer(c_size_t), value | element_size, | ||
type(gsl_siman_params_t), value | params | ||
) |