extract SparseMatrixImpl.
The aim of this project is to understand Mathematics by realizing abstract concepts as codes. Mathematical axioms correspond to protocols, and objects satisfying some axioms correspond to structs.
protocol
struct
$ swift run --repl
1> import SwmCore 2> let a: Matrix3x3<Int> = [1,2,3,4,5,6,7,8,9] 3> a.determinant
Swifty Math is released under MIT license.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SwiftyMath
The aim of this project is to understand Mathematics by realizing abstract concepts as codes. Mathematical axioms correspond to
protocols, and objects satisfying some axioms correspond tostructs.Submodules
Getting Started
Samples
License
Swifty Math is released under MIT license.