test_jacobi

Test Jacobi transforms and operators.

Module Contents

N_range = [1, 2, 3, 4, 8, 16]
ab_range
test_forward_backward_loop(N, a, b)

Test round-trip transforms from grid space.

test_backward_forward_loop(N, a, b)

Test round-trip transforms from coeff space.

test_Ap_loop(N, a, b)

Test round-trip transforms from grid space with conversion.

test_Bp_loop(N, a, b)

Test round-trip transforms from grid space with conversion.

test_Ap_Bp_commutation(N, a, b)
test_App_Bpp_commutation(N, a, b)