python_utils.abbar ================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- return c1 \\\* np.conjugate(c2) with numba vectorization Signature --------- .. code-block:: python def abbar(c1, c2) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``c1`` - - - - - - * - ``c2`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text return c1 * np.conjugate(c2) with numba vectorization