Functions | |
def | Augment_bldr |
Example builder showing how to use a simple aumented matrix Applys an fft transorn on two vectors then adds them. | |
Variables | |
tuple | env = parse_args() |
list | target = [ env.pop('t1'), env.pop('t2') ] |
list | source = [ env.pop('s1'), env.pop('s2') ] |
tuple | Augment = add_to_slim_env( "Augment", Augment_bldr ) |
def AugmentTools.Augment_bldr | ( | target, | ||
source, | ||||
env | ||||
) |
Example builder showing how to use a simple aumented matrix Applys an fft transorn on two vectors then adds them.
Definition at line 18 of file AugmentTools.py.
tuple Augment = add_to_slim_env( "Augment", Augment_bldr ) |
Definition at line 64 of file AugmentTools.py.
tuple env = parse_args() |
Definition at line 53 of file AugmentTools.py.
list source = [ env.pop('s1'), env.pop('s2') ] |
Definition at line 56 of file AugmentTools.py.
list target = [ env.pop('t1'), env.pop('t2') ] |
Definition at line 55 of file AugmentTools.py.