Searched defs:F77_ (Results 1 – 6 of 6) sorted by relevance
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/api/ |
H A D | f77funcs_.h | 34 void F77_(nlo_create,NLO_CREATE)(nlopt_opt *opt, int *alg, int *n) in F77_() function 43 void F77_(nlo_copy,NLO_COPY)(nlopt_opt *nopt, nlopt_opt *opt) in F77_() function 48 void F77_(nlo_destroy,NLO_DESTROY)(nlopt_opt *opt) in F77_() function 53 void F77_(nlo_optimize,NLO_OPTIMIZE)(int *ret, in F77_() function 59 void F77_(nlo_set_min_objective,NLO_SET_MIN_OBJECTIVE)( in F77_() function 69 void F77_(nlo_set_max_objective,NLO_SET_MAX_OBJECTIVE)( in F77_() function 90 void F77_(nlo_add_inequality_constraint,NLO_ADD_INEQUALITY_CONSTRAINT)( in F77_() function 100 void F77_(nlo_add_inequality_mconstraint,NLO_ADD_INEQUALITY_MCONSTRAINT)( in F77_() function 115 void F77_(nlo_remove_equality_constraints,NLO_REMOVE_EQUALITY_CONSTRAINTS)( in F77_() function 120 void F77_(nlo_add_equality_constraint,NLO_ADD_EQUALITY_CONSTRAINT)( in F77_() function [all …]
|
H A D | f77funcs.h | 116 #define F77_(name,NAME) F77(name,NAME) macro
|
H A D | f77api.c | 107 # define F77_(a, A) a ## __ macro
|
/dports/math/nlopt/nlopt-2.7.1/src/api/ |
H A D | f77funcs_.h | 34 NLOPT_EXTERN(void) F77_(nlo_create, NLO_CREATE) (nlopt_opt * opt, int *alg, int *n) { in F77_() function 43 NLOPT_EXTERN(void) F77_(nlo_copy, NLO_COPY) (nlopt_opt * nopt, nlopt_opt * opt) { in F77_() function 47 NLOPT_EXTERN(void) F77_(nlo_destroy, NLO_DESTROY) (nlopt_opt * opt) { in F77_() function 51 NLOPT_EXTERN(void) F77_(nlo_optimize, NLO_OPTIMIZE) (int *ret, nlopt_opt * opt, double *x, double *… in F77_() function 55 NLOPT_EXTERN(void) F77_(nlo_set_min_objective, NLO_SET_MIN_OBJECTIVE) (int *ret, nlopt_opt * opt, n… in F77_() function 66 NLOPT_EXTERN(void) F77_(nlo_set_max_objective, NLO_SET_MAX_OBJECTIVE) (int *ret, nlopt_opt * opt, n… in F77_() function 85 NLOPT_EXTERN(void) F77_(nlo_add_inequality_constraint, NLO_ADD_INEQUALITY_CONSTRAINT) (int *ret, nl… in F77_() function 96 NLOPT_EXTERN(void) F77_(nlo_add_inequality_mconstraint, NLO_ADD_INEQUALITY_MCONSTRAINT) (int *ret, … in F77_() function 116 NLOPT_EXTERN(void) F77_(nlo_remove_equality_constraints, NLO_REMOVE_EQUALITY_CONSTRAINTS) (int *ret… in F77_() function 120 NLOPT_EXTERN(void) F77_(nlo_add_equality_constraint, NLO_ADD_EQUALITY_CONSTRAINT) (int *ret, nlopt_… in F77_() function [all …]
|
H A D | f77funcs.h | 117 #define F77_(name,NAME) F77(name,NAME) macro
|
H A D | f77api.c | 109 # define F77_(a, A) a ## __ macro
|