Go to the source code of this file.
Namespaces | |
namespace | AugmentTools |
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 ) |