Skip to content

Commit 7b4fbf3

Browse files
committed
update docstring to mention n
1 parent 4ac8dfd commit 7b4fbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/symeigen.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ end
3030
3131
Recast the self-adjoint eigenvalue problem `L v = λ v` subject to `B v = 0` to the generalized
3232
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)`.
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)`.
3535
3636
!!! note
3737
No tests are performed to assert that the system is self-adjoint, and it's the user's responsibility

0 commit comments

Comments
 (0)