@@ -154,14 +154,14 @@ static PyMethodDef DNLPMethods[] = {
154154 "Initialize Jacobian COO structures" },
155155 {"get_jacobian_sparsity_coo" , py_get_jacobian_sparsity_coo , METH_VARARGS ,
156156 "Get Jacobian sparsity in COO format" },
157- {"eval_jacobian_vals " , py_eval_jacobian_vals , METH_VARARGS ,
157+ {"problem_eval_jacobian_vals " , py_problem_eval_jacobian_vals , METH_VARARGS ,
158158 "Evaluate Jacobian and return values array" },
159159 {"problem_init_hessian_coo_lower_triangular" ,
160160 py_problem_init_hessian_coo_lower_triangular , METH_VARARGS ,
161161 "Initialize lower-triangular Hessian COO structures" },
162- {"get_hessian_sparsity_coo " , py_get_hessian_sparsity_coo , METH_VARARGS ,
162+ {"get_problem_hessian_sparsity_coo " , py_get_problem_hessian_sparsity_coo , METH_VARARGS ,
163163 "Get Hessian sparsity in COO format (lower triangular)" },
164- {"eval_hessian_vals_coo " , py_eval_hessian_vals_coo , METH_VARARGS ,
164+ {"problem_eval_hessian_vals_coo " , py_problem_eval_hessian_vals_coo , METH_VARARGS ,
165165 "Evaluate Hessian and return COO values array" },
166166 {NULL , NULL , 0 , NULL }};
167167
0 commit comments