Update changelog.
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.
Collection
Numeric
Documentation can be found on Github Pages or the Swift Package Index.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Matrix
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 aNumeric
type.Documentation
Documentation can be found on Github Pages or the Swift Package Index.