Push pair into cone¶
Push the primal-dual pair \((s,z)\), with Nesterov-Todd scaling point \(w\), into the cone.
C++ API¶
-
void
pos_orth::PushPairInto(Matrix<Real> &s, Matrix<Real> &z, const Matrix<Real> &w, Real wMaxNormLimit)¶
-
void
pos_orth::PushPairInto(ElementalMatrix<Real> &s, ElementalMatrix<Real> &z, const ElementalMatrix<Real> &w, Real wMaxNormLimit)¶
-
void
pos_orth::PushPairInto(DistMultiVec<Real> &s, DistMultiVec<Real> &z, const DistMultiVec<Real> &w, Real wMaxNormLimit)¶
C API¶
TODO
Python API¶
TODO