Davide Lasagna

Results 9 issues of Davide Lasagna

The current `plan_*` API does not expose the full functionality that the C FFTW API has, namely the ability to specify a custom stride pattern and the number of transforms...

This issue has been reported initially at JuliaLang/julia#17554. Discussion can continue here.

I noted `Base.diff` does not work for OffsetArrays. MWE ``` julia> x = OffsetVector([0, 1, 2, 3], 0:3) julia> diff(x) ERROR: ArgumentError: offset axes unsupported Stacktrace: [1] #diff#395(::Int64, ::Function, ::OffsetArray{Int64,1,Array{Int64,1}})...

I have noticed consistent and significant speed ups (about 1.5x) in a largish private package by adding inline annotations to methods for +, -, /, * for dual numbers. I...

[x] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or problem...

HI, I am trying the driven cavity problem, and I get this exception by oasis: ``` vagrant@vagrant-ubuntu-trusty-64:/vagrant/Oasis$ python NSfracStep.py problem=DrivenCavity Nx=100 Ny=100 Creating initial folders Traceback (most recent call last):...

Moving from https://github.com/JuliaLinearAlgebra/SuiteSparse.jl/issues/4. CHOLMOD can provide an estimate of the reciprocal condition number (via cholmod_rcond) once a factorisation is available, but there is no way to access this functionality from...

Hi, similar to other boards (see [this](https://github.com/Xinyuan-LilyGO/T-A7670X/issues/10) issues), the board resets the SIMCOM module when the ESP32 wakes after a reset. Looking at the schematic: this can be avoided by...

Hi, i could not find any docs or reference to the little button next to the sitcom module. What's it purpose? can we read its status programmatically? Thanks.