Skip to content

StaticArrays v0.5.1

Compare
Choose a tag to compare
@andyferris andyferris released this 06 Jun 07:00
· 891 commits to master since this release
  • 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.
  • Many bug fixes.
  • Many more unit tests - special thank you to @kshyatt!