Docs.rs
pathwise-geo-0.2.0
pathwise-geo 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alejandro-soto-franco
Dependencies
cartan-core ^0.1
normal
cartan-manifolds ^0.1
normal
nalgebra ^0.33
normal
ndarray ^0.15
normal
pathwise-core ^0.2
normal
rand ^0.9
normal
rand_distr ^0.5
normal
rayon ^1
normal
rand ^0.9
dev
Versions
61.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module euler
pathwise_
geo
0.2.0
Module euler
Module Items
Structs
In pathwise_
geo::
scheme
pathwise_geo
::
scheme
Module
euler
Copy item path
Source
Structs
ยง
Geodesic
Euler
Geodesic Euler-Maruyama on a Riemannian manifold. x_{n+1} = Exp_{x_n}( f(x_n,t)*dt + g(x_n,t)*dW ) Strong order 0.5. Keeps state exactly on the manifold by using the Riemannian exponential map after each step.