Mateusz Baran

Results 503 comments of Mateusz Baran

@Nimrais Do you need some help implementing the approach I've sketched? I can implement an example for sphere with `StereographicAtlas` so you could just focus on extending support to the...

Here is a quick sketch: ```julia using Manifolds using ManifoldsBase using Manifolds: get_chart_index, affine_connection, StereographicAtlas using LinearAlgebra using Plots struct ChartSecondOrderRetraction{TA

This is nice progress! > 1. Robust Computation of Affine Connections > > When I can successfully compute the affine connection via Christoffel symbols, the method works beautifully. However, I'm...