Developed a Library
Developed an extensive linear algebra library in Swift.

Implemented the following features:

  • 1D Matrix class/struct to allow basic operations like multiplying, subtracting, and adding with conventional operators like Numpy.
  • Cholesky Decomposition
  • LU/LUP Decomposition
  • Householder Transformation
  • QR Decomposition and Algorithm
  • Other matrix operations.