Gerhard Dorn

Results 14 issues of Gerhard Dorn

### Motivation and description For many applications (graph neural networks, 3d point clouds, ...) sparse convolution would be a cool feature ### Possible Implementation A guide to implementation is given...

enhancement
help wanted

I experienced the following erroneous output of sparse matrices with some zero rows and columns ![image](https://github.com/JuliaSparse/SparseArrays.jl/assets/67096719/4d0388fc-3c72-4ce0-8c1d-0e6d0e2cd750) ![image](https://github.com/JuliaSparse/SparseArrays.jl/assets/67096719/f22e7865-439e-404c-817e-f977697c9cc3) ![image](https://github.com/JuliaSparse/SparseArrays.jl/assets/67096719/c934c469-e138-4887-bf1a-229c5c804479)

Hi, I wanted to ask for a best practise for including a self-written module ``MyModule.jl`` and having all exported functions (``my_function``) within the workspace of the Pluto notebook available instead...

It would be cool to have markdown sections expandable like a UI accordion (https://uxdesign.cc/ui-cheat-sheet-accordions-3e88f0d4dfee) ![image](https://github.com/disberd/PlutoExtras.jl/assets/67096719/90f71ba0-b83d-4e8e-b245-6d85ae3a88bc) some specifications: - All cells up to the next section (same hierarchy) turn (in)visible. -...

enhancement