plan for fast summation algorithm
More...
#include <fastsum.h>
|
|
| NFFT (plan) mv1 |
| | source nfft plan
|
| |
|
| NFFT (plan) mv2 |
| | target nfft plan
|
| |
|
| FFTW (plan) fft_plan |
| |
|
| int | d |
| | api More...
|
| |
|
int | N_total |
| | number of source knots
|
| |
|
int | M_total |
| | number of target knots
|
| |
|
C * | alpha |
| | source coefficients
|
| |
|
C * | f |
| | target evaluations
|
| |
|
R * | x |
| | source knots in d-ball with radius 1/4-eps_b/2
|
| |
|
R * | y |
| | target knots in d-ball with radius 1/4-eps_b/2
|
| |
|
kernel | k |
| | kernel function
|
| |
|
R * | kernel_param |
| | parameters for kernel function
|
| |
| unsigned | flags |
| | flags precomp. More...
|
| |
| C * | pre_K |
| | internal More...
|
| |
| int | n |
| | FS__ - fast summation. More...
|
| |
|
C * | b |
| | expansion coefficients
|
| |
|
int | p |
| | degree of smoothness of regularization
|
| |
|
R | eps_I |
| | inner boundary
|
| |
|
R | eps_B |
| | outer boundary
|
| |
| int | Ad |
| | near field More...
|
| |
|
C * | Add |
| | spline values
|
| |
|
int | box_count |
| |
|
int | box_count_per_dim |
| |
|
int * | box_offset |
| |
|
R * | box_x |
| |
|
C * | box_alpha |
| |
|
R | MEASURE_TIME_t [8] |
| | Measured time for each step if MEASURE_TIME is set.
|
| |
plan for fast summation algorithm
Definition at line 72 of file fastsum.h.
§ flags
| unsigned fastsum_plan_::flags |
flags precomp.
and approx.type
Definition at line 90 of file fastsum.h.
§ pre_K
internal
DS_PRE - direct summation precomputed K(x_j-y_l)
Definition at line 95 of file fastsum.h.
FS__ - fast summation.
expansion degree
Definition at line 98 of file fastsum.h.
§ Ad
near field
number of spline knots for nearfield computation of regularized kernel
Definition at line 109 of file fastsum.h.
The documentation for this struct was generated from the following file: