Skip to content

Commit cd02f66

Browse files
committed
More references in arnoldi
1 parent 7b04baa commit cd02f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/linalg/arnoldi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ X = sprand(10, 5, 0.2)
349349
svds(X, nsv = 2)
350350
```
351351
352-
**Implementation note**
352+
!!! note "Implementation"
353353
354-
`svds(A)` is formally equivalent to calling `eigs` to perform implicitly restarted
354+
`svds(A)` is formally equivalent to calling [`eigs`](@ref) to perform implicitly restarted
355355
Lanczos tridiagonalization on the Hermitian matrix
356356
``\\begin{pmatrix} 0 & A^\\prime \\\\ A & 0 \\end{pmatrix}``, whose eigenvalues are
357357
plus and minus the singular values of ``A``.

0 commit comments

Comments
 (0)