Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

paramopt.h

00001 // paramopt.h
00002 //---------------------------------------------------------------
00003 //
00004 // (c) Copyright 1995, Jim Ziegler
00005 //
00006 //=============================================================================
00007 
00008 
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012 
00013 void
00014 paramopt_(int *n,int *m,int *meq,double *X,double *F,double *G,
00015    double *C,double *CN,int *rCN,double *alpha,double *epsc,double *ctest,
00016    int *pflag,double *W,int *lenW,int *IW,int *lenIW,
00017    double *DX,double *MU);
00018 
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022 
00023 
00024 //=============================================================================

Generated on Wed Aug 20 02:17:05 2003 for Simulation Software by doxygen1.3