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

Specifies an elementwise complex multiplication of type \( T'_{ij} = M_{ij}T_{ij} \) for qpms_tmatrix_operation_t. More...

#include <tmatrices.h>

Collaboration diagram for qpms_tmatrix_operation_scmulz:
Collaboration graph
[legend]

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.
 

Detailed Description

Specifies an elementwise complex multiplication of type \( T'_{ij} = M_{ij}T_{ij} \) for qpms_tmatrix_operation_t.

Field Documentation

◆ m

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!


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