def __init__(self):
"""
Constructor.
:param None:
:type None: Python NoneType
:return: NUFFT: the pynufft_hsa.NUFFT instance
:rtype: NUFFT: the pynufft_hsa.NUFFT class
:Example:
>>> import pynufft.pynufft
>>> NufftObj = pynufft.pynufft.NUFFT_cpu()
.. note:: requires plan()
.. seealso:: :method:`plan()'
.. todo:: test 3D case
"""
self.dtype=numpy.complex64
pass
评论列表
文章目录