Functions | |
def | new_fft_bldr |
use our new fft operator | |
Variables | |
tuple | env = parse_args( ) |
list | target = [env.pop( 'target' )] |
list | source = [env.pop( 'source' )] |
list | __all__ = ['New_FFT'] |
tuple | New_FFT = add_to_slim_env("New_FFT", new_fft_bldr ) |
def IntegrateLinOp.new_fft_bldr | ( | target, | ||
source, | ||||
env | ||||
) |
Definition at line 59 of file IntegrateLinOp.py.
tuple env = parse_args( ) |
Definition at line 47 of file IntegrateLinOp.py.
tuple New_FFT = add_to_slim_env("New_FFT", new_fft_bldr ) |
Definition at line 64 of file IntegrateLinOp.py.
Definition at line 51 of file IntegrateLinOp.py.
Definition at line 50 of file IntegrateLinOp.py.