swift-nav / plover

Plover is a language for matrix algebra on embedded systems.
http://swift-nav.github.io/plover
MIT License
47 stars 14 forks source link

Assignment to concatenation #60

Open peddie opened 8 years ago

peddie commented 8 years ago

You should be able to assign to the concatenation of vectors.

x # y <- vec (22.0, 33.0, 44.0, 55.0)