python_utils.abbar#
Back to Module page
Summary#
return c1 \* np.conjugate(c2) with numba vectorization
Signature#
def abbar(c1, c2)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
|||
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
return c1 * np.conjugate(c2) with numba vectorization