Identity¶
Form the identity element of a product of second-order cones.
C++ API¶
-
void
soc
::
Identity
(ElementalMatrix<Real> &e, const ElementalMatrix<Int> &orders, const ElementalMatrix<Int> &firstInds)¶
-
void
soc
::
Identity
(DistMultiVec<Real> &e, const DistMultiVec<Int> &orders, const DistMultiVec<Int> &firstInds)¶
C API¶
TODO
Python API¶
TODO