Skip to content

Commit 1dec2df

Browse files
committed
update docstring
1 parent 7b4fbf3 commit 1dec2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symeigen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
symmetric_bandmatrices_eigen(L::Operator, B::Operator, n::Integer)
3030
3131
Recast the self-adjoint eigenvalue problem `L v = λ v` subject to `B v = 0` to the generalized
32-
eigenvalue problem `SA v = λ SB v`, where `SA` and `SB` are `Symmetric(::BandedMatrix)`es, and
32+
eigenvalue problem `SA v = λ SB v`, where `SA` and `SB` are symmetric banded operators, and
3333
return the `n × n` matrix representations of `SA` and `SB`.
3434
The `domainspace` of the operators must be one of `Legedre(::Domain)` or `Ultraspherical(0.5, ::Domain)`.
3535

0 commit comments

Comments
 (0)