C^n bundled maps #
In this file we define the type ContMDiffMap of n times continuously differentiable
bundled maps.
Bundled n times continuously differentiable maps,
denoted as C^n(I, M; I', M') and C^n(I, M; k) (when the target is a normed space k with
the trivial model) in the Manifold namespace.
Instances For
Bundled n times continuously differentiable maps,
denoted as C^n(I, M; I', M') and C^n(I, M; k) (when the target is a normed space k with
the trivial model) in the Manifold namespace.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bundled n times continuously differentiable maps,
denoted as C^n(I, M; I', M') and C^n(I, M; k) (when the target is a normed space k with
the trivial model) in the Manifold namespace.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ContMDiffMap.instFunLike = { coe := Subtype.val, coe_injective' := ⋯ }
The identity as a C^n map.
Equations
- ContMDiffMap.id = ⟨id, ⋯⟩
Instances For
The composition of C^n maps, as a C^n map.
Instances For
Constant map as a C^n map
Equations
- ContMDiffMap.const y = ⟨fun (x : M) => y, ⋯⟩
Instances For
The first projection of a product, as a C^n map.
Equations
Instances For
The second projection of a product, as a C^n map.
Equations
Instances For
Given two C^n maps f and g, this is the C^n map x ↦ (f x, g x).