49 subroutine hip_hess(Hess_d, hijx_d, Ljjxinv_d, n, m) bind(c, name = 'hip_Hess')
51 type(c_ptr),
value :: Hess_d, hijx_d, Ljjxinv_d
52 integer(c_int) :: n, m
56 low_d, upp_d, alpha_d, beta_d, n) bind(c, name = 'mma_Ljjxinv_hip')
58 type(c_ptr),
value :: Ljjxinv_d, x_d, pjlambda_d, qjlambda_d, low_d, &
59 upp_d, alpha_d, beta_d
64 upp_d, alpha_d, beta_d, n) bind(c, name = 'mma_dipsolvesub1_hip')
66 type(c_ptr),
value :: x_d, pjlambda_d, qjlambda_d, low_d, &
67 upp_d, alpha_d, beta_d
78 bind(c, name =
'mma_gensub1_hip')
79 import c_rp, c_int, c_ptr
80 type(c_ptr),
value :: low_d, upp_d, x_d, xmin_d, xmax_d
86 asydecr, asyincr, n) bind(c, name = 'mma_gensub2_hip')
87 import c_rp, c_int, c_ptr
88 type(c_ptr),
value :: low_d, upp_d, x_d, xold1_d, xold2_d, xdiff_d
89 real(c_rp) :: asydecr, asyincr
94 max_d, alpha_d, beta_d, p0j_d, q0j_d, pij_d, qij_d, n, m) &
95 bind(c, name =
'mma_gensub3_hip')
97 type(c_ptr),
value :: x_d, df0dx_d, dfdx_d, low_d, upp_d, min_d, max_d, &
98 alpha_d, beta_d, p0j_d, q0j_d, pij_d, qij_d
99 integer(c_int) :: n, m
103 bind(c, name =
'mma_gensub4_hip')
105 type(c_ptr),
value :: x_d, low_d, upp_d, pij_d, qij_d, bi_d
106 integer(c_int) :: n, m
116 subroutine hip_rex(rex_d, x_d, low_d, upp_d, pij_d, p0j_d, qij_d, q0j_d, &
117 lambda_d, xsi_d, eta_d, n, m) bind(c, name = 'hip_rex')
119 type(c_ptr),
value :: rex_d, x_d, low_d, upp_d, pij_d, p0j_d, qij_d, &
120 q0j_d, lambda_d, xsi_d, eta_d
121 integer(c_int) :: n, m
124 subroutine hip_relambda(relambda_d, x_d, upp_d, low_d, pij_d, qij_d, n, &
125 m) bind(c, name = 'hip_relambda')
127 type(c_ptr),
value :: relambda_d, x_d, upp_d, low_d, pij_d, qij_d
128 integer(c_int) :: n, m
132 bind(c, name =
'hip_sub2cons2')
133 import c_rp, c_int, c_ptr
134 type(c_ptr),
value :: rexsi_d, xsi_d, x_d, alpha_d
151 subroutine hip_delx(delx_d, x_d, low_d, upp_d, pij_d, qij_d, p0j_d, &
152 q0j_d, alpha_d, beta_d, lambda_d, epsi, n, m) &
153 bind(c, name =
'hip_delx')
154 import c_rp, c_int, c_ptr
155 type(c_ptr),
value :: delx_d, x_d, low_d, upp_d, pij_d, qij_d, p0j_d, &
156 q0j_d, alpha_d, beta_d, lambda_d
158 integer(c_int) :: n, m
163 subroutine hip_gg(GG_d, x_d, low_d, upp_d, pij_d, qij_d, n, m) &
164 bind(c, name =
'hip_GG')
166 type(c_ptr),
value :: GG_d, x_d, low_d, upp_d, pij_d, qij_d
167 integer(c_int) :: n, m
170 subroutine hip_diagx(diagx_d, x_d, xsi_d, low_d, upp_d, p0j_d, q0j_d, &
171 pij_d, qij_d, alpha_d, beta_d, eta_d, lambda_d, n, m) &
172 bind(c, name =
'hip_diagx')
174 type(c_ptr),
value :: diagx_d, x_d, xsi_d, low_d, upp_d, p0j_d, q0j_d, &
175 pij_d, qij_d, alpha_d, beta_d, eta_d, lambda_d
176 integer(c_int) :: n, m
179 subroutine hip_bb(bb_d, GG_d, delx_d, diagx_d, n, m) &
180 bind(c, name =
'hip_bb')
182 type(c_ptr),
value :: bb_d, GG_d, delx_d, diagx_d
183 integer(c_int) :: n, m
192 subroutine hip_dx(dx_d, delx_d, diagx_d, GG_d, dlambda_d, n, m) &
193 bind(c, name =
'hip_dx')
195 type(c_ptr),
value :: dx_d, delx_d, diagx_d, GG_d, dlambda_d
196 integer(c_int) :: n, m
199 subroutine hip_dxsi(dxsi_d, xsi_d, dx_d, x_d, alpha_d, epsi, n) &
200 bind(c, name =
'hip_dxsi')
201 import c_rp, c_int, c_ptr
202 type(c_ptr),
value :: dxsi_d, xsi_d, dx_d, x_d, alpha_d
207 subroutine hip_deta(deta_d, eta_d, dx_d, x_d, beta_d, epsi, n) &
208 bind(c, name =
'hip_deta')
209 import c_rp, c_int, c_ptr
210 type(c_ptr),
value :: deta_d, eta_d, dx_d, x_d, beta_d
231 subroutine hip_kkt_rex(rex_d, df0dx_d, dfdx_d, xsi_d, eta_d, lambda_d, &
232 n, m) bind(c, name = 'hip_kkt_rex')
234 type(c_ptr),
value :: rex_d, df0dx_d, dfdx_d, xsi_d, eta_d, lambda_d
235 integer(c_int) :: n, m
273 subroutine hip_updatebb(bb_d, dellambda_d, dely_d, d_d, mu_d, y_d, delz, &
274 m) bind(c, name = 'hip_updatebb')
275 import c_rp, c_int, c_ptr
276 type(c_ptr),
value :: bb_d, dellambda_d, dely_d, d_d, mu_d, y_d
281 subroutine hip_updateaa(AA_d, globaltmp_mm_d, s_d, lambda_d, d_d, mu_d, &
282 y_d, a_d, zeta, z, m) bind(c, name = 'hip_updateAA')
283 import c_rp, c_int, c_ptr
284 type(c_ptr),
value :: AA_d, globaltmp_mm_d, s_d, lambda_d, d_d, mu_d, &
287 real(c_rp) :: zeta, z
290 subroutine hip_dy(dy_d, dely_d, dlambda_d, d_d, mu_d, y_d, n) &
291 bind(c, name =
'hip_dy')
293 type(c_ptr),
value :: dy_d, dely_d, dlambda_d, d_d, mu_d, y_d