Public Member Functions | |
| def | __init__ |
| def | applyop |
| overload the applyop to take into account the sizes file. | |
Static Public Attributes | |
| string | name = "fdct3" |
The fast discrete curvelet transform in three dimensions.
Definition at line 42 of file curvelets.py.
| def __init__ | ( | self, | ||
| inSpace, | ||||
| nbs, | ||||
| nbd, | ||||
| ac, | ||||
cpxIn = False, |
||||
adj = False | ||||
| ) |
Definition at line 45 of file curvelets.py.
| def applyop | ( | self, | ||
| other | ||||
| ) |
overload the applyop to take into account the sizes file.
sets a breakpoint in the graph to build the data at this point.
Definition at line 55 of file curvelets.py.
string name = "fdct3" [static] |
Definition at line 43 of file curvelets.py.
1.5.6