Static Arrays in pure Julia

An alternative to StaticArrays is AbstractTensors.jl combined with Grassmann.jl. It’s an experiment where I am trying to build a new foundation for mathematixs in Julia language.

The reason StaticArrays is not in Base is so that its version can be iterated seperately.

5 Likes