Skip to content

Commit

Permalink
implement svd
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
dastrobu committed Dec 20, 2022
1 parent 04427cb commit 535538e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ features to enable fast and simple handling of multidimensional numeric data.
- [Matrix Transpose](#matrix-transpose)
- [Matrix Inversion](#matrix-inversion)
- [LU Factorization](#lu-factorization)
- [Singular Value Decomposition (SVD)](#singular-value-decomposition-svd)
- [Solve a Linear System of Equations](#solve-a-linear-system-of-equations)
- [Pretty Printing](#pretty-printing)
- [Interaction with Swift Arrays](#interaction-with-swift-arrays)
Expand Down

0 comments on commit 535538e

Please sign in to comment.