Exemplo n.º 1
0
Arquivo: clfft.py Projeto: maaeli/silx
 def compute_inverse_plan(self):
     self.plan_inverse = cl_fft(
         self.ctx,
         self.queue,
         self.data_out,
         out_array=self.data_in,
         axes=self.axes,
         fast_math=self.fast_math,
         real=self.real_transform,
     )
Exemplo n.º 2
0
Arquivo: clfft.py Projeto: vasole/silx
 def compute_inverse_plan(self):
     self.plan_inverse = cl_fft(
         self.ctx,
         self.queue,
         self.data_out,
         out_array=self.data_in,
         axes=self.axes,
         fast_math=self.fast_math,
         real=self.real_transform,
     )