comparison src/DLD-FUNCTIONS/fftw_wisdom.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ebe5d7d15522
children 8272a8f03b80
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
80 the wisdom is lost.\n\ 80 the wisdom is lost.\n\
81 \n\ 81 \n\
82 Note that the program @code{fftw-wisdom} supplied with FFTW can equally\n\ 82 Note that the program @code{fftw-wisdom} supplied with FFTW can equally\n\
83 be used to create a file containing wisdom that can be imported into\n\ 83 be used to create a file containing wisdom that can be imported into\n\
84 Octave.\n\ 84 Octave.\n\
85 @end deftypefn\n\ 85 @seealso{fft, ifft, fft2, ifft2, fftn, ifftn}\n\
86 @seealso {fft, ifft, fft2, ifft2, fftn, ifftn}") 86 @end deftypefn")
87 { 87 {
88 octave_value retval; 88 octave_value retval;
89 89
90 int nargin = args.length(); 90 int nargin = args.length();
91 91