![]() |
QPMS
Electromagnetic multiple scattering library and toolkit.
|
Specifies an elementwise complex multiplication of type \( T'_{ij} = M_{ij}T_{ij} \) for qpms_tmatrix_operation_t. More...
#include <tmatrices.h>

Data Fields | |
| complex double * | m |
| Raw matrix data of M in row-major order. More... | |
| size_t | m_size |
| Total size of m matrix in terms of sizeof(complex double). | |
| bool | owns_m |
| Whether m is owned by this. | |
Specifies an elementwise complex multiplication of type \( T'_{ij} = M_{ij}T_{ij} \) for qpms_tmatrix_operation_t.
| complex double* qpms_tmatrix_operation_scmulz::m |
Raw matrix data of M in row-major order.
The matrix must be taylored for the given bspec!