-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add segre and warped segre manifold (#755)
* add Segre and warped Segre manifold * added formulas to Segre manifold documentation * Setup docs, fix a few type errors, runs formatter. * Add link to Segre. --------- Co-authored-by: Simon Jacobsson <[email protected]> Co-authored-by: Ronny Bergmann <[email protected]>
- Loading branch information
1 parent
80541bb
commit f03ac74
Showing
15 changed files
with
1,225 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# The Segre manifold | ||
|
||
```@docs | ||
Segre | ||
``` | ||
|
||
```@autodocs | ||
Modules = [Manifolds] | ||
Pages = ["manifolds/Segre.jl"] | ||
Order = [:function] | ||
``` | ||
|
||
## [A warped metric](@id segre-warped-metric-sec) | ||
|
||
```@docs | ||
WarpedMetric | ||
``` | ||
|
||
```@autodocs | ||
Modules = [Manifolds] | ||
Pages = ["manifolds/SegreWarpedMetric.jl"] | ||
Order = [:function] | ||
``` | ||
|
||
|
||
## Literature | ||
|
||
```@bibliography | ||
Pages = ["segre.md"] | ||
Canonical=false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Grassmann | ||
[Jj]ulia | ||
Riemannian | ||
Segre | ||
Stiefel | ||
[sS]ymplectic | ||
struct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.