Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pylops/utils/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,11 +577,11 @@ def inplace_set(x: npt.ArrayLike, y: npt.ArrayLike, idx: list) -> NDArray:
Parameters
----------
x : :obj:`numpy.ndarray` or :obj:`jax.Array`
Array to sum
Array whose values are placed at indices ``idx``
y : :obj:`numpy.ndarray` or :obj:`jax.Array`
Output array
idx : :obj:`list`
Indices to sum at
Indices where values ``x`` are set

Returns
-------
Expand Down