Reflect

Overwrite a member of a product of second-order cones with its reflection.

C++ API

void soc::Reflect(Matrix<Real> &x, const Matrix<Int> &orders, const Matrix<Int> &firstInds)
void soc::Reflect(ElementalMatrix<Real> &x, const ElementalMatrix<Int> &orders, const ElementalMatrix<Int> &firstInds)
void soc::Reflect(DistMultiVec<Real> &x, const DistMultiVec<Int> &orders, const DistMultiVec<Int> &firstInds)

C API

TODO

Python API

TODO