Constant Time dist Space Deriv
Space.constantTime_distSpaceDeriv
Project documentation
Distributions on Time × Space d from distributions on Space d. These distributions are constant in time. -/ def constantTime {M : Type} [NormedAddCommGroup M] [NormedSpace ℝ M] {d : ℕ} : ((Space d) →d[ℝ] M) →ₗ[ℝ] (Time × Space d) →d[ℝ] M where toFun f := f ∘L timeIntegralSchwartz map_add' f g := by ext η simp map_smul' c f := by ext η simp lemma const...
Source project: Physlib
Person-level attribution pending.