QPMS
Electromagnetic multiple scattering library and toolkit.
|
An "abstract" T-matrix, contains a T-matrix generator instead of actual data. More...
#include <tmatrices.h>
Data Fields | |
const qpms_vswf_set_spec_t * | spec |
VSWF basis specification, NOT owned by qpms_tmatrix_t by default. More... | |
const qpms_tmatrix_generator_t * | gen |
A T-matrix generator function. | |
An "abstract" T-matrix, contains a T-matrix generator instead of actual data.
const qpms_vswf_set_spec_t* qpms_tmatrix_function_t::spec |
VSWF basis specification, NOT owned by qpms_tmatrix_t by default.
Usually not checked for meaningfulness by the functions (methods), so the caller should take care that spec->ilist does not contain any duplicities and that for each wave with order m there is also one with order −m.