MultidimensionalTools.jl

A small toolbox of helpers to work with multidimensional matrices and abstract arrays, written in Julia.
Author jakewilliami
Popularity
2 Stars
Updated Last
2 Years Ago
Started In
December 2020

MultidimensionalTools.jl

Dev CI Code Style: Blue Project Status

This package is still developing and may need peer review from mathematicians.

Important note: still being defined are multidimensional operations such as addition and multiplication.

This is a package for a pure Julia tools I have found useful in working in higher dimensions. This repository came about from some informal work in Advent of Code, 2020, days 11 & 17

Examples

julia> ] add MultidimensionalTools

julia> using MultidimensionalTools

julia