Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c41beda6
"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "a7e941c379f0f9ab472c844b6a9f1d05d687b4e1"
Commit
c41beda6
authored
Apr 20, 2013
by
Davis King
Browse files
clarified spec
parent
5dda15b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dlib/matrix/matrix_fft_abstract.h
dlib/matrix/matrix_fft_abstract.h
+4
-2
No files found.
dlib/matrix/matrix_fft_abstract.h
View file @
c41beda6
...
...
@@ -47,7 +47,8 @@ namespace dlib
- ifft(D) == D
- if DLIB_USE_FFTW is #defined then this function will use the very fast fftw
library when given double precision matrices instead of dlib's default fft
implementation.
implementation. Note that you must also link to the fftw3 library to use
this feature.
!*/
// ----------------------------------------------------------------------------------------
...
...
@@ -74,7 +75,8 @@ namespace dlib
- fft(D) == data
- if DLIB_USE_FFTW is #defined then this function will use the very fast fftw
library when given double precision matrices instead of dlib's default fft
implementation.
implementation. Note that you must also link to the fftw3 library to use
this feature.
!*/
// ----------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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