QPMS
Electromagnetic multiple scattering library and toolkit.
|
LU factorisation (LAPACKE_zgetrf) result holder. More...
#include <scatsystem.h>
Data Fields | |
const qpms_scatsys_at_omega_t * | ssw |
const struct qpms_scatsys_at_omega_k_t * | sswk |
Only for periodic systems, otherwise NULL. | |
bool | full |
true if full matrix; false if irrep-packed. | |
qpms_iri_t | iri |
complex double * | a |
LU decomposition array. | |
int * | ipiv |
Pivot index array, size at least max(1,min(m, n)). | |
LU factorisation (LAPACKE_zgetrf) result holder.
qpms_iri_t qpms_ss_LU::iri |
Irrep index if full == false
.