``pyNFFT3.fastsum`` - fastsum Class =================================================== fastsum Methods ----------------- .. autoclass:: pyNFFT3.FASTSUM :members: :undoc-members: :member-order: bysource :exclude-members: x, y, alpha, __init__ fastsum Attributes -------------------- .. attribute:: plan fastsum plan (C pointer) .. attribute:: N The number of source nodes. Must be a positive integer. .. attribute:: M The number of target nodes. Must be a positive integer. .. attribute:: n The expansion degree. Must be a positive integer. .. attribute:: p The degree of smoothness. Must be a positive integer. .. attribute:: kernel Name of kernel function *K*. .. attribute:: c Kernel parameters; length depends on value of **kernel**. .. attribute:: eps_I The inner boundary. .. attribute:: eps_B The outer boundary. Value must be ∈ (0.0, 0.5) .. attribute:: nn_x The oversampled **nn** in **x**. .. attribute:: nn_y The oversampled **nn** in **y**. .. attribute:: m_x The NFFT-cutoff in **x**. .. attribute:: m_y The NFFT-cutoff in **y**. .. attribute:: x Float array for source nodes. .. attribute:: y Float array for target nodes. .. attribute:: alpha Complex array for source coefficients. .. attribute:: f Complex array for targer evalutations. .. attribute:: d The number of dimensions. .. attribute:: init_done Boolean to indicate if the fastsum plan is initialized. .. attribute:: finalized Boolean to indicate if the fastsum plan is finalized.