comparison liboctave/NLP.h @ 238:780cbbc57b7c

[project @ 1993-11-30 20:23:04 by jwe]
author jwe
date Tue, 30 Nov 1993 20:23:04 +0000
parents c8f575fdcc91
children 6027a905fc06
comparison
equal deleted inserted replaced
237:5a9e23307fb0 238:780cbbc57b7c
22 */ 22 */
23 23
24 #if !defined (_NLP_h) 24 #if !defined (_NLP_h)
25 #define _NLP_h 1 25 #define _NLP_h 1
26 26
27 #include "Matrix.h"
27 #include "Objective.h" 28 #include "Objective.h"
28 #include "Bounds.h" 29 #include "Bounds.h"
29 #include "LinConst.h" 30 #include "LinConst.h"
30 #include "NLConst.h" 31 #include "NLConst.h"
31 #include "Matrix.h"
32 32
33 #ifndef Vector 33 #ifndef Vector
34 #define Vector ColumnVector 34 #define Vector ColumnVector
35 #endif 35 #endif
36 36