Mercurial > hg > octave-lyh
comparison liboctave/FSQP.h @ 1296:f93b7fa5e113
[project @ 1995-05-01 18:30:08 by jwe]
author | jwe |
---|---|
date | Mon, 01 May 1995 18:30:08 +0000 |
parents | 18933dbd5e43 |
children | 611d403c7f3d |
comparison
equal
deleted
inserted
replaced
1295:34295bf6aac6 | 1296:f93b7fa5e113 |
---|---|
22 */ | 22 */ |
23 | 23 |
24 #if !defined (octave_FSQP_h) | 24 #if !defined (octave_FSQP_h) |
25 #define octave_FSQP_h 1 | 25 #define octave_FSQP_h 1 |
26 | 26 |
27 #if defined (__GNUG__) | |
28 #pragma interface | |
29 #endif | |
30 | |
27 #ifndef FSQP_MISSING | 31 #ifndef FSQP_MISSING |
28 | 32 |
29 #include "NLP.h" | 33 #include "NLP.h" |
30 | |
31 extern "C++" { | |
32 | 34 |
33 #ifndef Vector | 35 #ifndef Vector |
34 #define Vector ColumnVector | 36 #define Vector ColumnVector |
35 #endif | 37 #endif |
36 | 38 |
38 { | 40 { |
39 public: | 41 public: |
40 private: | 42 private: |
41 }; | 43 }; |
42 | 44 |
43 } // extern "C++" | |
44 | |
45 #endif /* FSQP_MISSING */ | 45 #endif /* FSQP_MISSING */ |
46 | 46 |
47 #endif | 47 #endif |
48 | 48 |
49 /* | 49 /* |