Skip to content

JuliaManifolds/Manifolds.jl

Folders and files

NameName
Last commit message
Last commit date
Aug 6, 2020
Apr 10, 2020
Apr 10, 2020
Sep 12, 2020
Sep 14, 2020
Sep 14, 2020
Jul 28, 2020
Apr 10, 2020
Nov 20, 2019
Sep 3, 2020
Apr 10, 2020
Jun 5, 2019

Repository files navigation

Manifolds.jl

Code Style: Blue CI codecov.io

Package Manifolds.jl aims to provide both a unified interface to define and use manifolds as well as a library of manifolds to use for your projects. This package is under development, and subject to changes as needed.

Getting started

To install the package just type

] add Manifolds

Then you can directly start, for example to stop half way from the north pole on the Sphere to a point on the the equator, you can generate the shortest_geodesic. It internally employs exp and log.

using Manifolds
M = Sphere(2)
γ = shortest_geodesic(M, [0., 0., 1.], [0., 1., 0.])
γ(0.5)

About

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.

Topics

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages