Skip to content

Commit

Permalink
update to cutest.h to add interface to cdhj
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Jan 17, 2024
1 parent 578869d commit d22590d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/cutest.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ typedef struct VarTypes {
#define CUTEST_cgrdh FUNDERSCORE(cutest_cint_cgrdh)
#define CUTEST_cdh FUNDERSCORE(cutest_cdh)
#define CUTEST_cdhc FUNDERSCORE(cutest_cdhc)
#define CUTEST_cdhj FUNDERSCORE(cutest_cdhj)
#define CUTEST_cshp FUNDERSCORE(cutest_cshp)
#define CUTEST_csh FUNDERSCORE(cutest_csh)
#define CUTEST_cshc FUNDERSCORE(cutest_cshc)
Expand Down Expand Up @@ -250,6 +251,7 @@ typedef struct VarTypes {
#define CUTEST_cgrdh_s FUNDERSCORE(cutest_cint_cgrdh_s)
#define CUTEST_cdh_s FUNDERSCORE(cutest_cdh_s)
#define CUTEST_cdhc_s FUNDERSCORE(cutest_cdhc_s)
#define CUTEST_cdhj_s FUNDERSCORE(cutest_cdhj_s)
#define CUTEST_cshp_s FUNDERSCORE(cutest_cshp_s)
#define CUTEST_csh_s FUNDERSCORE(cutest_csh_s)
#define CUTEST_cshc_s FUNDERSCORE(cutest_cshc_s)
Expand Down Expand Up @@ -427,6 +429,10 @@ void CUTEST_cdh ( integer *status, const integer *n, const integer *m,
void CUTEST_cdhc ( integer *status, const integer *n, const integer *m,
const doublereal *x, const doublereal *y,
const integer *lh1, doublereal *h );
void CUTEST_cdhj ( integer *status, const integer *n, const integer *m,
const doublereal *x, const doublereal *y0,
const doublereal *y, const integer *lh1,
doublereal *h );
void CUTEST_cshp ( integer *status, const integer *n, integer *nnzh,
const integer *lh, integer *irnh, integer *icnh );
void CUTEST_csh ( integer *status, const integer *n, const integer *m,
Expand Down Expand Up @@ -670,6 +676,9 @@ void CUTEST_cdh_s ( integer *status, const integer *n, const integer *m,
void CUTEST_cdhc_s ( integer *status, const integer *n, const integer *m,
const real *x, const real *y,
const integer *lh1, real *h );
void CUTEST_cdhj_s ( integer *status, const integer *n, const integer *m,
const real *x, const real *y0, const real *y,
const integer *lh1, real *h );
void CUTEST_cshp_s ( integer *status, const integer *n, integer *nnzh,
const integer *lh, integer *irnh, integer *icnh );
void CUTEST_csh_s ( integer *status, const integer *n, const integer *m,
Expand Down

0 comments on commit d22590d

Please sign in to comment.