|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
Namespace for operations and constants that allow us to format numbers. More...
Functions | |
| std::string | subscript (size_t subscript) |
| Create a string representing a subscript from a whole number. More... | |
| std::string | superscript (size_t superscript) |
| Create a string representing a superscript from a whole number. More... | |
Variables | |
| std::string const | lessEqual { "≤" } |
| Less than or equal sign, ≤. More... | |
| std::string const | greaterEqual { "≥" } |
| Greater than or equal sign, ≥. More... | |
| std::string const | infinity { "∞" } |
| Infinity sign, ∞. More... | |
| std::string const | minus { "−" } |
| Minus sign, −. More... | |
| std::string const | times { "×" } |
| Multiplication sign, ×. More... | |
Namespace for operations and constants that allow us to format numbers.
| std::string ipo::format::subscript | ( | size_t | subscript | ) |
| std::string ipo::format::superscript | ( | size_t | superscript | ) |
| std::string const ipo::format::greaterEqual { "≥" } |
Greater than or equal sign, ≥.
Definition at line 50 of file Format.hpp.
| std::string const ipo::format::infinity { "∞" } |
Infinity sign, ∞.
Definition at line 54 of file Format.hpp.
Referenced by ipo::detail::modelHessian(), ipo::detail::modifiedCholeskyDecomp(), ipo::detail::LineSearch::operator()(), ipo::Variable::summary(), and ipo::Constraint::summary().
| std::string const ipo::format::lessEqual { "≤" } |
Less than or equal sign, ≤.
Definition at line 46 of file Format.hpp.
| std::string const ipo::format::minus { "−" } |
Minus sign, −.
Definition at line 58 of file Format.hpp.
| std::string const ipo::format::times { "×" } |
Multiplication sign, ×.
Definition at line 62 of file Format.hpp.