Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 456 Bytes

scala-matrix-util

A small matrix class, written in Scala, with lightweight multiplication and exponentiation for matrices of all numeric types and booleans, as well as a bunch of utility methods I've found useful in my projects. Use if you need to work with matrices but don't need the full power of a linear algebra library.

========== See the "main" function of the Matrix class for sample code and a quick run-through of features