SmagExtra.h

Go to the documentation of this file.
00001 /* Copyright (C) 2008
00002  All Rights Reserved.
00003  This code is published under the Common Public License.
00004 
00005  $Id: SmagExtra.h 510 2008-08-16 19:31:27Z stefan $
00006 
00007  Author: Stefan Vigerske
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 } /* extern "C" */
00053 #endif
00054 
00055 #endif /*SMAGEXTRA_H_*/

Generated on Tue Dec 30 03:01:24 2008 for GAMSlinks by  doxygen 1.4.7