![]() |
QPMS
Electromagnetic multiple scattering library and toolkit.
|
Specifies a symmetrisation using a set of rotoreflections (with equal weights) for qpms_tmatrix_operation_t. More...
#include <tmatrices.h>

Data Fields | |
| size_t | n |
| Number of rotoreflections;. | |
| qpms_irot3_t * | ops |
| Rotoreflection array of size n. | |
| bool | owns_ops |
| Whether ops array is owned by this. | |
Specifies a symmetrisation using a set of rotoreflections (with equal weights) for qpms_tmatrix_operation_t.
Internally, this is evaluated using a call to qpms_symmetrise_tmdata_irot3arr() or qpms_symmetrise_tmdata_irot3arr_inplace().