Felipe A. V. de Bragança Alves

Results 7 issues of Felipe A. V. de Bragança Alves

First of all, thank you for this very useful package! So, I had this idea, but I really don't know how hard it would be to implement or if it...

enhancement

This PR supersedes https://github.com/JuliaMath/FFTW.jl/pull/54 . Most of the code is the same. It provides the same features but adds the capability of calling `irfft!(c::Array{Complex},d::Integer)` and `rfft!(r::SubArray{

This PR addresses #52. This is a rewrite of [my code](https://github.com/favba/InplaceRealFFT.jl) with fixes to address possible problems with usage of `unsafe_wrap` raised [here](https://discourse.julialang.org/t/ann-inplacerealfft-jl-inplace-real-to-complex-and-complex-to-real-fft/8116/13?u=favba). I don't fully understand those issues, so...

Is it desirable to have a submodule living in FFTW.jl to provide the inplace real-to-complex and complex-to-real transformations? The functionality is already coded in [InpalceRealFFT.jl](https://github.com/favba/InplaceRealFFT.jl) and could remain living as...

I don't how hard/annoying it is to change a package's name. But wouldn't it be more consistent with Julia to name the package "SetField" instead of "Setfield"? It is not...

Using SymEngine v0.4.3 ```julia julia> versioninfo() Julia Version 1.0.1 Commit 0d713926f8 (2018-09-29 19:05 UTC) Platform Info: OS: macOS (x86_64-apple-darwin14.5.0) CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz WORD_SIZE: 64 LIBM: libopenlibm...

I can build the module with GNU and Intel compilers but using PGI v 20.4 doesn't work. I get the following errors (I renamed the module to mod_npy for consistency...