Skip to content
Snippets Groups Projects
Commit 3c6a2d2e authored by Sumant Oemrawsingh's avatar Sumant Oemrawsingh
Browse files

Vector size passed to GSL functions now take stride into account.

For the FFT functions in GSLL, the vector sizes cannot be supplied by the
caller, but the stride can. The vector size passed to GSL is not the actual
vector size, but rather the size of the vector taking the stride into account:
(floor (size vector) stride). This is now fixed.
parent a25477a5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment