fftarray.Array.eager

Contents

fftarray.Array.eager#

property Array.eager: Tuple[bool, ...]#

Whether the space transformation should be lazy or not.

  • eager=False: The fft factors are not directly applied after a space transformation but only when needed, i.e., lazily.

  • eager=True: The fft factors are always directly applied after a space transformation.