00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef SMAGEXTRA_H_
00011 #define SMAGEXTRA_H_
00012
00013 #include "GAMSlinksConfig.h"
00014
00015 #include "smag.h"
00016
00017 #if defined(__cplusplus)
00018 extern "C" {
00019 #endif
00020
00038 int smagSingleHessians(smagHandle_t prob, int* hesRowIdx, int* hesColIdx, double* hesValue, int hesSize, int* rowStart);
00039
00049 int smagEvalObjGradProd(smagHandle_t prob, double* x, double* d, double* f, double* df_d);
00050
00051 #if defined(__cplusplus)
00052 }
00053 #endif
00054
00055 #endif