Minor optimizations for WindowedMultipole

This commit is contained in:
Paul Romano 2019-04-26 11:04:59 -05:00
parent c704ae5ac1
commit 425de8943f
4 changed files with 16 additions and 14 deletions

View file

@ -17,13 +17,13 @@ Windowed Multipole Library Format
If 1, Doppler broaden curve fit for window with corresponding index.
If 0, do not.
- **curvefit** (*double[][][]*)
Curve fit coefficients. Indexed by (reaction type, coefficient index,
window index).
Curve fit coefficients. Indexed by (window index, coefficient index,
reaction type).
- **data** (*complex[][]*)
Complex poles and residues. Each pole has a corresponding set of
residues. For example, the :math:`i`-th pole and corresponding residues
are stored as
.. math::
\text{data}[:,i] = [\text{pole},~\text{residue}_1,~\text{residue}_2,
~\ldots]