ell1d class
#include <ellalgo/ell1d.hpp>
Ellipsoid Method for special 1D case.
Public types
- using ArrayType = double
Constructors, destructors, conversion operators
Public functions
- auto xc() const noexcept -> double -> auto
- auto set_xc(const double& xc) noexcept -> void -> auto
- Set the xc object.
- auto tsq() const -> double -> auto
- auto update(const std::pair<double, double>& cut) noexcept -> CutStatus -> auto
- auto update_central_cut(const std::pair<double, double>& cut) noexcept -> CutStatus -> auto
Function documentation
auto ell1d:: xc() const noexcept -> double
Returns | double |
---|
auto ell1d:: tsq() const -> double
Returns | double |
---|
auto ell1d:: update(const std::pair<double, double>& cut) noexcept -> CutStatus
Parameters | |
---|---|
cut in | |
Returns | return_t |
auto ell1d:: update_central_cut(const std::pair<double, double>& cut) noexcept -> CutStatus
Parameters | |
---|---|
cut in | |
Returns | return_t |