Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
Array.hpp File Reference
#include <vector>
#include <algorithm>
#include <ccgsl/vector.hpp>
#include "Variable.hpp"
Include dependency graph for Array.hpp:
This graph shows which files directly or indirectly include this file:

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...