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 4ac8dfd commit 7b4fbf3Copy full SHA for 7b4fbf3
src/symeigen.jl
@@ -30,8 +30,8 @@ end
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
33
-return `SA` and `SB`. The `domainspace` of the operators must be one of `Legedre(::Domain)` or
34
-`Ultraspherical(0.5, ::Domain)`.
+return the `n × n` matrix representations of `SA` and `SB`.
+The `domainspace` of the operators must be one of `Legedre(::Domain)` or `Ultraspherical(0.5, ::Domain)`.
35
36
!!! note
37
No tests are performed to assert that the system is self-adjoint, and it's the user's responsibility
0 commit comments