Structure containing all the terms of the Newtonian multipole which are constant over the course of the evolution, and can therefore be pre-computed.
They are stored in a two-dimensional array, which is indexed as values[l][m]. Since m has to be <= l, this structure is larger than it needs to be; but it makes the coding a bit neater...
Definition at line 455 of file LALSimIMREOBNRv2.h.
Data Fields | |
COMPLEX16 | values [LALEOB_MAX_MULTIPOLE+1][LALEOB_MAX_MULTIPOLE+1] |
COMPLEX16 NewtonMultipolePrefixes::values[LALEOB_MAX_MULTIPOLE+1][LALEOB_MAX_MULTIPOLE+1] |
Definition at line 457 of file LALSimIMREOBNRv2.h.