JuliaApproximation / JuliaApproximation/ContinuumArrays.jl
Compare two WeightedBasis
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 31
- Forks
- 6
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 2
Description
Could we claim that two WeightedBasis are equal iff both the weights and the basis are equal?
==(A::WeightedBasis, B::WeightedBasis) = A.args == B.args
If so, we can omit this line in OrthogonalPolynomialsQuasi.jl/jacobi.jl:
==(A::WeightedJacobi, B::WeightedJacobi) = A.args == B.args
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
Inspect the WeightedBasis equality definition and the WeightedJacobi equality method in the linked jacobi.jl file. Check whether comparing args already compares both weights and basis; done means the redundant WeightedJacobi method is either safely omitted or retained with the equivalence confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100