Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
Format.hpp File Reference
#include <string>
#include <array>
Include dependency graph for Format.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ipo
 This namespace holds all the interior-point optimisation classes.
 
 ipo::format
 Namespace for operations and constants that allow us to format numbers.
 

Functions

std::string ipo::format::subscript (size_t subscript)
 Create a string representing a subscript from a whole number. More...
 
std::string ipo::format::superscript (size_t superscript)
 Create a string representing a superscript from a whole number. More...
 

Variables

std::string const ipo::format::lessEqual { "≤" }
 Less than or equal sign, ≤. More...
 
std::string const ipo::format::greaterEqual { "≥" }
 Greater than or equal sign, ≥. More...
 
std::string const ipo::format::infinity { "∞" }
 Infinity sign, ∞. More...
 
std::string const ipo::format::minus { "−" }
 Minus sign, −. More...
 
std::string const ipo::format::times { "×" }
 Multiplication sign, ×. More...