RecursiveArrayTools.jl: Arrays of Arrays and Even Deeper
RecursiveArrayTools.jl is a set of tools for dealing with recursive arrays like arrays of arrays. It contains type wrappers for making recursive arrays act more like normal arrays (for example, automating the recursion of broadcast, maps, iteration, and more), and utility functions which make it easier to work with recursive arrays.
Installation
To install RecursiveArrayTools.jl, use the Julia package manager:
using Pkg
Pkg.add("RecursiveArrayTools")
Contributing
- Please refer to the SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages for guidance on PRs, issues, and other matters relating to contributing to SciML.
- There are a few community forums:
- the #diffeq-bridged channel in the Julia Slack
- JuliaDiffEq on Gitter
- on the Julia Discourse forums
- see also SciML Community page