Skip to content

Commit

Permalink
Update documentation per FINUFFT changes (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Dec 2, 2024
1 parent fb7a74a commit ba4bbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_finufft/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def finufft_type1(
----------
points : torch.Tensor
DxN tensor of locations of the non-uniform points.
Points must lie in the range ``[-3pi, 3pi]``.
Points should lie in the range ``[-pi, pi]``, values outside will be folded.
values : torch.Tensor
Complex-valued tensor of values at the non-uniform points.
All dimensions except the final dimension are treated as batch
Expand Down Expand Up @@ -514,7 +514,7 @@ def finufft_type2(
----------
points : torch.Tensor
DxN tensor of locations of the non-uniform points.
Points must lie in the range ``[-3pi, 3pi]``.
Points should lie in the range ``[-pi, pi]``, values outside will be folded
targets : torch.Tensor
Complex-valued tensor of Fourier modes to evaluate at the points.
The final D dimensions must contain the Fourier modes, and any
Expand Down

0 comments on commit ba4bbc0

Please sign in to comment.