Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cQpBoundDense.h

00001 /* OOQP                                                               *
00002  * Authors: E. Michael Gertz, Stephen J. Wright                       *
00003  * (C) 2001 University of Chicago. See Copyright Notification in OOQP */
00004 
00005 #ifndef CQPBOUNDDENSE
00006 #define CQPBOUNDDENSE
00007 
00008 #include "cQpBound.h"
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014   void qpboundsolvede( double    c[],  int  nx,       double Q[],
00015                        double xlow[],  char ixlow[], 
00016                        double xupp[],  char ixupp[],
00017                        double    x[],  double gamma[],     double phi[],
00018                        int * ierr );
00019 
00020   void QpBoundDenseGondzioSetup( double    c[],   int  nx,       double Q[],
00021                              double xlow[],   char ixlow[], 
00022                              double xupp[],   char ixupp[],
00023                              QpBoundContext * ctx,
00024                              int * ierr );
00025 
00026 #ifdef __cplusplus
00027 };
00028 #endif
00029 
00030 #endif

Generated on Mon May 24 17:40:45 2004 for OOQP by doxygen1.2.18