#include <fft_roots.hpp>
 
  
 Definition at line 235 of file fft_roots.hpp.
| typedef V::C C | 
Definition at line 236 of file fft_roots.hpp.
| typedef V::U U | 
Definition at line 237 of file fft_roots.hpp.
Definition at line 242 of file fft_roots.hpp.
References cached_roots_helper< V >::capacity, cached_roots_helper< V >::destroy_roots(), and cached_roots_helper< V >::roots.
00242 { 00243 if (n > capacity) { 00244 if (capacity != 0) V::destroy_roots (roots, capacity); 00245 roots= V::create_roots (n, fm); 00246 capacity= n; 00247 } 00248 return roots; 00249 }
| static void destroy_roots | ( | U * | u, | |
| nat | n | |||
| ) |  [inline, static] | 
Definition at line 252 of file fft_roots.hpp.
Referenced by cached_roots_helper< V >::create_roots().
| nat capacity = 0  [inline, static] | 
Definition at line 238 of file fft_roots.hpp.
Referenced by cached_roots_helper< V >::create_roots().
| V::U * roots = NULL  [inline, static] | 
Definition at line 239 of file fft_roots.hpp.
Referenced by cached_roots_helper< V >::create_roots().
 1.6.1
 1.6.1