11 lines
476 B
C
11 lines
476 B
C
#include "scatsystem.h"
|
|
|
|
qpms_errno_t qpms_scatsyswk_test_sswf_basis_e(
|
|
complex double *target, ///< Target array of size sswk->ssw->ss->fecv_size
|
|
const qpms_scatsys_at_omega_k_t *sswk,
|
|
qpms_bessel_t typ, ///< Bessel function kind to use (only QPMS_HANKEL_PLUS is currently supponted).
|
|
cart3_t evalpoint, ///< A point \f$ \vect r \f$, at which the basis is evaluated.
|
|
qpms_ewald_part parts
|
|
);
|
|
|