File max_inscribed_ball.hpp

Functions

template<typename MT, typename llt_type, typename VT, typename NT>
void calcstep(MT const &A, MT const &A_trans, MT const &B, llt_type const &llt, VT &s, VT &y, VT &r1, VT const &r2, NT const &r3, VT &r4, VT &dx, VT &ds, NT &dt, VT &dy, VT &tmp, VT &rhs)
template<typename MT, typename VT, typename NT>
std::tuple<VT, NT, bool> max_inscribed_ball(MT const &A, VT const &b, unsigned int maxiter, NT tol, const bool feasibility_only = false)