space::irbem::OpqParameters
cheatah-space v0.1.0-alpha — Biome Standard 0.6.5-alpha
One tilt's worth of space-expansion coefficients — the report's A, B, C, D, E, F arrays after its DO 1 / DO 2 loops have folded the tilt in.
Templated on the scalar type for the same reason T89Parameters is: the device kernel receives these as float, so the host lane it is verified against must fold in double, round to float FIRST and then evaluate, or a disagreement between the lanes cannot be attributed.
T | the scalar type; |
IrbemOpq.ParametersRoundTripThroughFloatConstants & variables
A_i: the B_x coefficients of the plain monomials.
B_i: the B_x coefficients of the monomials under the exponential envelope.
C_j: the B_y coefficients of the plain monomials (times y).
D_j: the B_y coefficients of the enveloped monomials (times y).
E_i: the B_z coefficients of the plain monomials.
F_i: the B_z coefficients of the enveloped monomials.
