@dlfivefifty The lowering Zernike(0,1) \ Weighted(Zernike(0,1)) is a factor of 2 off. This also seems to be confirmed in the tests..?
|
@test 2w*Zernike(1)[xy,Block.(1:5)]' ≈ Zernike(1)[xy,Block.(1:7)]'*L[Block.(1:7),Block.(1:5)] |
Is there a reason for this?
@dlfivefifty The lowering
Zernike(0,1) \ Weighted(Zernike(0,1))is a factor of 2 off. This also seems to be confirmed in the tests..?MultivariateOrthogonalPolynomials.jl/test/test_disk.jl
Line 303 in cb0fb24
Is there a reason for this?