(liboctave.info)Bounds


Next: Linear Constraints Prev: Objective Functions Up: Optimization
Enter node , (file) or (file)node

9.2 Bounds
==========

 -- : Bounds (void)
 -- : Bounds (int N)
 -- : Bounds (const ColumnVector LB, const ColumnVector UB)
 -- : Bounds (const Bounds &A)

 -- : Bounds& operator = (const Bounds &A)

 -- : Bounds& resize (int N)

 -- : double lower_bound (int INDEX) const;
 -- : double upper_bound (int INDEX) const;

 -- : ColumnVector lower_bounds (void) const;
 -- : ColumnVector upper_bounds (void) const;

 -- : int size (void) const;

 -- : Bounds& set_bound (int INDEX, double LOW, double HIGH)

 -- : Bounds& set_bounds (double LOW, double HIGH)
 -- : Bounds& set_bounds (const ColumnVector LB, const ColumnVector UB)

 -- : Bounds& set_lower_bound (int INDEX, double LOW)
 -- : Bounds& set_upper_bound (int INDEX, double HIGH)

 -- : Bounds& set_lower_bounds (double LOW)
 -- : Bounds& set_upper_bounds (double HIGH)

 -- : Bounds& set_lower_bounds (const ColumnVector LB)
 -- : Bounds& set_upper_bounds (const ColumnVector UB)

 -- : ostream& operator << (ostream &OS, const Bounds &B)


automatically generated by info2www version 1.2.2.9