|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|


Go to the source code of this file.
Classes | |
| class | ipo::Array |
| This class represents an array of Variable objects. More... | |
| struct | ipo::Array::Data |
| Struct to contain Array dataArray. More... | |
Namespaces | |
| ipo | |
| This namespace holds all the interior-point optimisation classes. | |
Functions | |
| bool | ipo::operator== (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| bool | ipo::operator!= (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| bool | ipo::operator< (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| bool | ipo::operator<= (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| bool | ipo::operator> (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| bool | ipo::operator>= (Array const &lhs, Array const &rhs) |
| Compare two Array objects. More... | |
| void | ipo::swap (Array &first, Array &second) |
| Swap contents of container with those of another. More... | |