Skip to content

Commit b6e5467

Browse files
Update doc/solvers/JacobiEigenSolver.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 719fbe2 commit b6e5467

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/solvers/JacobiEigenSolver.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ graph LR
119119
JAC -.->|"eigenvalue floor keeps SPD"| CHOL
120120
```
121121

122-
| Algorithm | Relationship |
123-
|----------------------------------------------|------------------------------------------------------------------------------------------------|
124-
| [QR Decomposition](QrDecomposition.md) | Both are built from orthogonal (Givens/Householder) transforms; QR underlies the alternative tridiagonal eigen-method |
125-
| [Cholesky Decomposition](CholeskyDecomposition.md) | Requires symmetric positive-definite input; Jacobi eigenvalues certify or restore definiteness |
126-
| [Spectral Radius](SpectralRadius.md) | Returns only the dominant eigenvalue magnitude; Jacobi returns the full spectrum and vectors |
122+
| Algorithm | Relationship |
123+
|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
124+
| [QR Decomposition](QrDecomposition.md) | Both are built from orthogonal (Givens/Householder) transforms; QR underlies the alternative tridiagonal eigen-method |
125+
| [Cholesky Decomposition](CholeskyDecomposition.md) | Requires symmetric positive-definite input; Jacobi eigenvalues certify or restore definiteness |
126+
| [Spectral Radius](SpectralRadius.md) | Returns only the dominant eigenvalue magnitude; Jacobi returns the full spectrum and vectors |
127127

128128
## References & Further Reading
129129

0 commit comments

Comments
 (0)