We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4fbf3 commit 1dec2dfCopy full SHA for 1dec2df
src/symeigen.jl
@@ -29,7 +29,7 @@ end
29
symmetric_bandmatrices_eigen(L::Operator, B::Operator, n::Integer)
30
31
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
+eigenvalue problem `SA v = λ SB v`, where `SA` and `SB` are symmetric banded operators, and
33
return the `n × n` matrix representations of `SA` and `SB`.
34
The `domainspace` of the operators must be one of `Legedre(::Domain)` or `Ultraspherical(0.5, ::Domain)`.
35
0 commit comments