Nesterov-Todd scaling point¶
Compute the (positive-orthant) Nesterov-Todd scaling point for the primal-dual pair \((s,z)\).
C++ API¶
-
void
pos_orth
::
NesterovTodd
(const ElementalMatrix<Real> &s, const ElementalMatrix<Real> &z, ElementalMatrix<Real> &w)¶
-
void
pos_orth
::
NesterovTodd
(const DistMultiVec<Real> &s, const DistMultiVec<Real> &z, DistMultiVec<Real> &w)¶
C API¶
TODO
Python API¶
TODO