PLearn 0.1
qld.h
Go to the documentation of this file.
00001 #ifndef qld_INC
00002 #define qld_INC
00003 
00008 int ql0001_(int *m,      int *me,     int *mmax,
00009             int *n,      int *nmax,   int *mnn,
00010             double *c,   double *d,   double *a,
00011             double *b,   double *xl,  double *xu,
00012             double *x,   double *u,
00013             int *iout,   int *ifail,  int *iprint,
00014             double *war, int *lwar,
00015             int *iwar,   int *liwar,
00016             double *eps1);
00017 
00018 #endif
00019 
00020 
00021 /*
00022   Local Variables:
00023   mode:c++
00024   c-basic-offset:4
00025   c-file-style:"stroustrup"
00026   c-file-offsets:((innamespace . 0)(inline-open . 0))
00027   indent-tabs-mode:nil
00028   fill-column:79
00029   End:
00030 */
00031 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=79 :
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines