Skip to content

Commit

Permalink
Update URLs after moving repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Mar 22, 2020
1 parent 6529cfc commit 118082d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# ManifoldsBase.jl

[![Build Status](https://travis-ci.org/JuliaNLSolvers/ManifoldsBase.jl.svg?branch=master)](https://travis-ci.org/JuliaNLSolvers/ManifoldsBase.jl/) [![codecov.io](http://codecov.io/github/JuliaNLSolvers/ManifoldsBase.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaNLSolvers/ManifoldsBase.jl/)
[![Build Status](https://travis-ci.org/JuliaManifolds/ManifoldsBase.jl.svg?branch=master)](https://travis-ci.org/JuliaManifolds/ManifoldsBase.jl/) [![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldsBase.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaManifolds/ManifoldsBase.jl/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://julianlsolvers.github.io/Manifolds.jl/latest/)


Basic interface for manifolds in Julia.

The project [`Manifolds.jl`](https://github.com/JuliaNLSolvers/Manifolds.jl)
The project [`Manifolds.jl`](https://github.com/JuliaManifolds/Manifolds.jl)
is based on this interface and provides a variety of manifolds.

## `DefaultManifold`

This interface includes a simple `DefaultManifold`, which is a reduced version
of the [`Euclidean`](https://github.com/JuliaNLSolvers/Manifolds.jl/blob/master/src/Euclidean.jl)
manifold from [`Manifolds.jl`](https://github.com/JuliaNLSolvers/Manifolds.jl),
of the [`Euclidean`](https://github.com/JuliaManifolds/Manifolds.jl/blob/master/src/Euclidean.jl)
manifold from [`Manifolds.jl`](https://github.com/JuliaManifolds/Manifolds.jl),
such that the interface functions can be tested.

## `ArrayManifold`
Expand Down

0 comments on commit 118082d

Please sign in to comment.