Daniel VandenHeuvel

Results 63 issues of Daniel VandenHeuvel

```julia julia> using BandedMatrices, LinearAlgebra julia> A = brand(10, 10, 2, 2); julia> lu(A) # seems fine BandedMatrices.BandedLU{Float64, BandedMatrix{Float64, Matrix{Float64}, Base.OneTo{Int64}}} L factor: 10×10 Matrix{Float64}: 1.0 0.0 0.0 0.0 …...

New line prevented the docstring from showing in `?Map`

Add the link after the other pr gets merged

skip-news

- [ ] Proper testing of the triangulations/tessellations - [ ] Test `peek` so that NaturalNeighbours might just work directly (?) - [ ] Test refinement - [ ] Doc...

skip-news

Fixes #20. I didn't change the `incircle` method to the one I implemented at https://github.com/JuliaGeometry/AdaptivePredicates.jl/pull/21 but I fixed the conditions for allocating (see the issue). I also fixed the `inbounds`...

Looking into some issues with AdaptivePredicates.jl and noticed some things. They're also in the `incircle` of this repo so I'll forward them onto here for you. With bounds checks on,...

https://juliafolds2.github.io/Transducers.jl/stable/#List-of-transducers The links here all seem to give a 404