pub fn solve_spp_batch_serial(
eph: &dyn EphemerisSource,
epochs: &[SolveInputs],
with_geodetic: bool,
policy: SolvePolicy,
) -> Vec<Result<ReceiverSolution>> ⓘExpand description
Solve a batch of independent SPP epochs against a shared ephemeris, serially.
Each element of epochs is one receive instant’s SolveInputs; element
i of the result is solve_spp applied to epochs[i] with the shared
eph, with_geodetic, and policy. The serial reference the parallel
solve_spp_batch is proven bit-identical against.