this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

converted using statement to a typedef to allow header to work with c++98

+1 -1
+1 -1
kissfft.hh
··· 18 18 { 19 19 public: 20 20 21 - using cpx_t = std::complex<scalar_t>; 21 + typedef std::complex<scalar_t> cpx_t; 22 22 23 23 kissfft( const std::size_t nfft, 24 24 const bool inverse )