deep_causality_physics 0.7.0

Standard library of physics formulas and engineering primitives for DeepCausality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */
pub mod forward_clock;
pub mod solve_gm;
pub mod wrapper;

pub use forward_clock::{relativistic_clock_drift_rate_kernel, relativistic_clock_offset_kernel};
pub use solve_gm::solve_gm_analytical_kernel;
pub use wrapper::solve_gm_analytical;