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
ducc
Commits
5d2de033
Commit
5d2de033
authored
Feb 19, 2020
by
Martin Reinecke
Browse files
publish good_size_* functions
parent
7189cb31
Changes
1
Hide whitespace changes
Inline
Side-by-side
mr_util/fft1d.h
View file @
5d2de033
...
...
@@ -1878,6 +1878,10 @@ template<typename T0> class pocketfft_r
using
detail_fft
::
pocketfft_c
;
using
detail_fft
::
pocketfft_r
;
inline
size_t
good_size_complex
(
size_t
n
)
{
return
detail_fft
::
util1d
::
good_size_cmplx
(
n
);
}
inline
size_t
good_size_real
(
size_t
n
)
{
return
detail_fft
::
util1d
::
good_size_real
(
n
);
}
}
...
...
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