Package 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 )


Function Documentation

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.


Variable Documentation

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.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6