A 100% Swift implementation of matrices. The matrix type conforms to the full set of Collection
protocols, supports basic matrix operations, and includes standard mathematical functions when the matrix contains a Numeric
type.
Documentation can be found on Github Pages or the Swift Package Index.