python_utils.argmaxnd ===================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- get unraveled (tuple) index of maximal element in arr Signature --------- .. code-block:: python def argmaxnd(arr) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``arr`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text get unraveled (tuple) index of maximal element in arr