1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Lean1,381 forks (1,381 forks)github user discovery
good first issuet-differential-geometry
Repository metrics
- Stars
- 3,405 stars (3,405 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
See ContinuousConstSMul and ContinuousSMul for example of API.
Contributor guide
- Research direction
- Add typeclasses for smooth multiplication following the pattern of `ContinuousConstSMul` and `ContinuousSMul`. The first typeclass should be for `∀ c, Smooth I I (c • ·)`, and the second for `Smooth (I.prod J) J (Function.uncurry (· • ·))`.
- Tech stack
- None
- Domain
- None
- Issue type
- Feature
- Prerequisites
- LeanTypeclasses