-
Hi,
First of all thanks for the great contribution!
I wanted to ask if your are planning in the near future to add support for Grassman manifolds?
Thanks,
Yuval
-
I noticed, while working on #6665, that the Eulerian mappings generate strange
pictures when combined with manifolds. Here is an example:
```cpp
#include
#include
#include
#include
#inc…
-
I'm looking for a way to describe distributions on manifolds (for now, spheres), so that their `pdf` is defined in a consistent way. This repo seems to be the natural place to ask such a question. May…
-
found this interesting article on Topology, Hemomorphismss, Manifolds etc etc. you might find it interesting!
It gives a visual insight into what's happening around with the data in the Neural Netwo…
-
We should definitely organize the `examples` directory into subdirectories as this package becomes larger, but I am not sure if it makes sense to do so based on solver/mesh type the way Trixi.jl does.…
-
Topological manifolds inherit properties from their model space, such as the following. Let $M$ be a topological manifold.
1. If $M$ is finite-dimensional, it is locally compact (if $M$ is modelled o…
-
Hi!
I have been working on stochastic frozen flow integrators, with the goal of creating new efficient intrinsic methods for solving SDEs on manifolds, implementing them, and adding them to the Manif…
-
A few of the manifolds we have (the sphere, symmetric positive definite matrices, and Stiefel manifold) have straightforward complex analogs that appear in statistical applications, and the transforms…
-
Taking the cartesian product of differentiable manifolds treats them as merely topological spaces.
```
sage: I = manifolds.OpenInterval(0, 1) …
-
We implement presheaves and sheaves over manifolds. Parts that can benefit from this implementation are:
- charts
- frames
- vector bundle sections
- tensor fields
- scalar fields
We implement mix…