Skip to content

Commit 235926b

Browse files
committed
get 'er done
1 parent 5695a6d commit 235926b

File tree

9 files changed

+947
-186
lines changed

9 files changed

+947
-186
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Matrix decompositions and linear system solving:
9090
- QR decomposition using Householder reflections
9191
- Eigendecomposition for symmetric matrices
9292
- Singular Value Decomposition (SVD)
93+
- Schur decomposition for quasi-triangularization
9394
- Linear system solving (exact and least squares)
9495
- Matrix inverse and Moore-Penrose pseudoinverse
9596
- Determinant, condition number, and matrix rank
@@ -99,6 +100,7 @@ Matrix decompositions and linear system solving:
99100
- Induced matrix norms (1-norm, infinity-norm, spectral norm)
100101
- Positive definite/semi-definite utilities
101102
- Correlation/covariance matrix conversions
103+
- PCA (principal component analysis with transform and inverse-transform)
102104

103105
### Matrix (`provisdom.math.matrix`)
104106
Comprehensive matrix operations:

0 commit comments

Comments
 (0)