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
Alias of ContMDiffMap
.
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
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' := ⋯ }
Alias of ContMDiffMap.contMDiff
.
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
Equations
- ContMDiffMap.instInhabited = { default := ⟨fun (x : M) => default, ⋯⟩ }
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
- ContMDiffMap.fst = ⟨Prod.fst, ⋯⟩
Instances For
The second projection of a product, as a C^n
map.
Equations
- ContMDiffMap.snd = ⟨Prod.snd, ⋯⟩
Instances For
Given two C^n
maps f
and g
, this is the C^n
map x ↦ (f x, g x)
.
Instances For
Equations
- ContinuousLinearMap.hasCoeToContMDiffMap n = { coe := fun (f : E →L[𝕜] E') => ⟨⇑f, ⋯⟩ }