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
ift
NIFTy
Commits
f2b5860d
Commit
f2b5860d
authored
Sep 21, 2017
by
Martin Reinecke
Browse files
additional flags
parent
ce0140f4
Pipeline
#18472
passed with stage
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/low_level_library.py
View file @
f2b5860d
...
...
@@ -77,7 +77,8 @@ def hartley(a, axes=None):
if
use_numba
:
from
numba
import
complex128
as
ncplx
,
float64
as
nflt
,
vectorize
as
nvct
@
nvct
([
nflt
(
nflt
,
nflt
,
nflt
),
ncplx
(
nflt
,
ncplx
,
ncplx
)])
@
nvct
([
nflt
(
nflt
,
nflt
,
nflt
),
ncplx
(
nflt
,
ncplx
,
ncplx
)],
nopython
=
True
,
target
=
"cpu"
)
def
_general_axpy
(
a
,
x
,
y
):
return
a
*
x
+
y
...
...
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