QPMS
Electromagnetic multiple scattering library and toolkit.
Data Fields
qpms_tmatrix_function_t Struct Reference

An "abstract" T-matrix, contains a T-matrix generator instead of actual data. More...

#include <tmatrices.h>

Collaboration diagram for qpms_tmatrix_function_t:
Collaboration graph
[legend]

Data Fields

const qpms_vswf_set_spec_tspec
 VSWF basis specification, NOT owned by qpms_tmatrix_t by default. More...
 
const qpms_tmatrix_generator_tgen
 A T-matrix generator function.
 

Detailed Description

An "abstract" T-matrix, contains a T-matrix generator instead of actual data.

Field Documentation

◆ spec

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.


The documentation for this struct was generated from the following file: