We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n = 600 S = KoornwinderTriangle(0.0,-0.5,-0.5) ff = (xy) -> P(18,8,0.,-0.5,-0.5,xy...) p = points(S,n) v = ff.(p) PP = plan_transform(S,v) v̂ = PP.duffyplan*v F = tridevec_trans(v̂) F̌ = FastTransforms.cheb2tri(F,0.,-0.5,-0.5) F̌₂ = PP.tri2cheb \ F norm(F̌ - F̌₂) size(F) F̃ = copy(F) c_cheb2tri(c_plan_tri2cheb(size(F,1),0.0,-0.5,-0.5),F̃)
The text was updated successfully, but these errors were encountered:
This can be distilled to an error using execute_tri_hi2lo_AVX512 with an odd number of columns.
execute_tri_hi2lo_AVX512
Sorry, something went wrong.
Merge branch 'dawes-testing'
0364156
No branches or pull requests
The text was updated successfully, but these errors were encountered: