Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
pypocketfft
Commits
47cc2243
Commit
47cc2243
authored
Apr 27, 2019
by
Martin Reinecke
Browse files
another bug fix
parent
9a4f0247
Changes
1
Hide whitespace changes
Inline
Side-by-side
pocketfft.cc
View file @
47cc2243
...
...
@@ -2507,7 +2507,7 @@ template<typename T> py::array hartley_internal(const py::array &in,
py
::
array
res
=
inplace
?
in
:
py
::
array_t
<
T
>
(
dims
);
auto
s_i
(
copy_strides
(
in
)),
s_o
(
copy_strides
(
res
));
pocketfft_general_hartley
<
T
>
(
dims
,
s_i
,
s_o
,
axes
,
(
const
T
*
)
in
.
data
(),
(
T
*
)
res
.
mutable_data
(),
1.
);
(
T
*
)
res
.
mutable_data
(),
fct
);
return
res
;
}
py
::
array
hartley
(
const
py
::
array
&
in
,
py
::
object
axes_
,
double
fct
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment