-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a proper index, change logo to dark, since the top line is dark.
- Loading branch information
1 parent
c30ceca
commit b8511e8
Showing
2 changed files
with
14 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Julia Manifolds | ||
|
||
Hi! | ||
The [GitHub Organisation Julia Manifolds](https://github.com/JuliaManifolds) | ||
develops [Julia]() packages involving numerical differential geometry. | ||
Our main interface is [ManifoldsBase.jl](https://juliamanifolds.github.io/manifoldsbase/stable/), | ||
describing how to define a manifold. | ||
The main package build upon that is a library of Riemannian manifolds, [Manifolds.jl](https://juliamanifolds.github.io/manifolds/stable/). | ||
On the other hand we provide packages that provide tools for general manifolds using the main interface, like | ||
[Manopt.jl](https://juliamanifolds.github.io/manopt/stable/) to perform optimization on Manifolds, | ||
[ManifoldDiffEq.jl](https://juliamanifolds.github.io/manifolddiffeq/) to solve differential equations, | ||
or [ManifoldDiff.jl](https://juliamanifolds.github.io/manifolddiff/stable/) to provide AD tools | ||
for functions deifned on manifolds. | ||
|
||
While all these packages have their own documentation, they are aggregated here as well using | ||
[MultiDocumenter.jl](https://github.com/JuliaComputing/MultiDocumenter.jl) to have a single place for all documentation, especially the overarching search functionality. |