File barrier_center_ellipsoid.hpp

Functions

template<typename MT_dense, int BarrierType, typename NT, typename MT, typename VT>
std::tuple<MT_dense, VT, bool> barrier_center_ellipsoid_linear_ineq(MT const &A, VT const &b, VT const &x0, unsigned int const max_iters = 500, NT const grad_err_tol = 1e-08, NT const rel_pos_err_tol = 1e-12)
template<typename MT_dense, int BarrierType, typename NT, typename MT, typename VT>
std::tuple<MT_dense, VT, bool> barrier_center_ellipsoid_linear_ineq(MT const &A, VT const &b, unsigned int const max_iters = 500, NT const grad_err_tol = 1e-08, NT const rel_pos_err_tol = 1e-12)