Broadcast¶
Replicate the entry in the root position of each member cone over the entire cone.
C++ API¶
Note
The cutoff parameter only effects parallel performance and is used to decide whether a subcone is sufficiently large to be treated separately.
-
void
cone
::
Broadcast
(ElementalMatrix<Real> &x, const ElementalMatrix<Int> &orders, const ElementalMatrix<Int> &firstInds, Int cutoff = 1000)¶
-
void
cone
::
Broadcast
(DistMultiVec<Real> &x, const DistMultiVec<Int> &orders, const DistMultiVec<Int> &firstInds, Int cutoff = 1000)¶
C API¶
TODO
Python API¶
TODO