golib  0.5
goMath::OptProblem< matrix_type, vector_type > Class Template Reference

Public Types

typedef matrix_type::value_type value_type
 
typedef OptFunction< matrix_type, vector_typefunction_type
 

Public Member Functions

 OptProblem (goAutoPtr< function_type > f)
 
void setNonNegativity (bool val=true)
 
bool nonNegativity () const
 
void addIneqCon (goAutoPtr< function_type > f)
 
void setEqCon (goAutoPtr< matrix_type > A, goAutoPtr< vector_type > b)
 
goAutoPtr< function_typef ()
 
goAutoPtr< function_typeineq (goSize_t i)
 
goSize_t ineqCount () const
 
goAutoPtr< matrix_type > eqA ()
 
goAutoPtr< vector_typeeqB ()
 

The documentation for this class was generated from the following file: