StaticArrays v0.5.1
read
,write
andread!
support.expm
andsqrtm
supports static matrices, with fast 1x1 and 2x2 algorithms.solve
now is faster for triangular static matrices.- Many bug fixes.
- Many more unit tests - special thank you to @kshyatt!
read
, write
and read!
support.expm
and sqrtm
supports static matrices, with fast 1x1 and 2x2 algorithms.solve
now is faster for triangular static matrices.