
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| inSpace | |
| outSpace | |
| kparams | |
| command | |
| params | |
So "command = fft1" will call the command sffft1 params
Optional variables for the transpose are: inSpace kparams transp_command outSpace transp_params transp_kparams If the optional variables are not specified then they are assumed to be the same as the forward.
Definition at line 30 of file new_commands.py.
| def __init__ | ( | self, | ||
| space, | ||||
opt = 'y', |
||||
inv = 'n' | ||||
| ) |
Definition at line 33 of file new_commands.py.
1.5.6