pub fn solve_float_epochs(
source: &dyn ObservableEphemerisSource,
epochs: &[FloatEpoch],
initial_state: FloatState,
config: FloatSolveConfig,
) -> Result<FloatSolution, FloatSolveError>Expand description
Solve a static multi-epoch float PPP arc.