JuliaApproximation / JuliaApproximation/ContinuumArrays.jl
Inner products between functions on (un)restricted bases
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 31
- Forks
- 6
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 2
Description
Assume a linear operator Ĥ with a discrete and continuous
spectrum. Then any function may be expanded over its eigenfunctions:

When calculating inner products and matrix elements between such
expansions, one encounters inner products of the kinds

Usually, the eigenfunctions of the discrete spectrum have compact
support, or are at least very localized (they may have an
exponentially decaying tail, which is negligible). It would be nice to
be able to calculate such inner products, without having to represent
the discrete eigenfunctions on the entire interval. Maybe something
like this?:
B <: AbstractQuasiMatrix
B̃ = B[1:100]
i = B̃*rand(100)
k = B*rand(size(B,2))
# This is the syntax I'd like to automagically work:
i'k
As a follow-up to this, I'll need to solve the Poisson problem on the
entire interval, with source terms of the form 

where the source term will be non-zero only on the interval where
is.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AbstractQuasiMatrix example and the desired i'k operation described in the issue. Investigate how restricted and unrestricted bases currently interact, then determine the scope for supporting these inner products and the related Poisson source terms. Done should include a decided API and validated behavior for both use cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100