Skip to content

A small matrix class, written in Scala, with lightweight multiplication & exponentiation for matrices of all numeric types and booleans, as well as a bunch of utility methods I've found useful in my projects.

License

Notifications You must be signed in to change notification settings

ivendrov/scala-matrix-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A small matrix class, written in Scala, with lightweight multiplication & exponentiation for matrices of all numeric types and booleans, as well as a bunch of utility methods I've found useful in my projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published