-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce the manifold of symmetric positive definite matrices with two metrics #27
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f601b5f - Browse repository at this point
Copy the full SHA f601b5fView commit details -
extends vector transport, renames the manifold (corrects a typo) and …
…transfers parallel transport.
Configuration menu - View commit details
-
Copy full SHA for 4705d88 - Browse repository at this point
Copy the full SHA 4705d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e80f3 - Browse repository at this point
Copy the full SHA 99e80f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3a960 - Browse repository at this point
Copy the full SHA ec3a960View commit details
Commits on Jul 6, 2019
-
fixes several things mentioned in the comments, updates documentation…
… for LinearAffine functions.
Configuration menu - View commit details
-
Copy full SHA for bf3bab3 - Browse repository at this point
Copy the full SHA bf3bab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f999bc7 - Browse repository at this point
Copy the full SHA f999bc7View commit details
Commits on Jul 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b90fef3 - Browse repository at this point
Copy the full SHA b90fef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c851a - Browse repository at this point
Copy the full SHA 64c851aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b98a4 - Browse repository at this point
Copy the full SHA d5b98a4View commit details
Commits on Jul 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 368c59b - Browse repository at this point
Copy the full SHA 368c59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3eef00 - Browse repository at this point
Copy the full SHA a3eef00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b3574 - Browse repository at this point
Copy the full SHA 55b3574View commit details
Commits on Jul 25, 2019
-
Merge branch 'master' into SymmetricPositiveDefinite
* master: (46 commits) Fix variable name Skip unstable test on 32-bit windows Improve rotations documentation Use quadratic notation for clarity Limit vee and hat to Rotations for now Clarify documentation of vee and hat Use a clearer notation for SO(4) Add explicit exp for SO(4) Add edge cases for SO(4) Add custom norm Bypass slow StaticArray exp on Julia 1.0 Determine if SO(5) exponential is the culprit Determine if SO(4) exponential is the culprit Determine if SO(3) exponential is the culprit Remove norm to see if it stall the build Re-enable exp Re-disable half of failing test Re-enable last tests Make test less stringent Re-enable log edge cases ...
Configuration menu - View commit details
-
Copy full SHA for 61f24e3 - Browse repository at this point
Copy the full SHA 61f24e3View commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c93134c - Browse repository at this point
Copy the full SHA c93134cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af58cca - Browse repository at this point
Copy the full SHA af58ccaView commit details -
unifies all vector_transport_to!s to the same default such that tests…
… now again work.
Configuration menu - View commit details
-
Copy full SHA for 0626111 - Browse repository at this point
Copy the full SHA 0626111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7532a54 - Browse repository at this point
Copy the full SHA 7532a54View commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d27ff87 - Browse repository at this point
Copy the full SHA d27ff87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a10755 - Browse repository at this point
Copy the full SHA 6a10755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0447a - Browse repository at this point
Copy the full SHA 7f0447aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd95a2f - Browse repository at this point
Copy the full SHA fd95a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737bd32 - Browse repository at this point
Copy the full SHA 737bd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for e625630 - Browse repository at this point
Copy the full SHA e625630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7822bda - Browse repository at this point
Copy the full SHA 7822bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6768930 - Browse repository at this point
Copy the full SHA 6768930View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25165f - Browse repository at this point
Copy the full SHA f25165fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e59ab - Browse repository at this point
Copy the full SHA a5e59abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5188733 - Browse repository at this point
Copy the full SHA 5188733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5879750 - Browse repository at this point
Copy the full SHA 5879750View commit details
Commits on Nov 23, 2019
-
Introduces the
CholeskySpace
manifold to easily build a second (the…… `LogCholesky`) metric on `SymmetricPositiveDefinite`.
Configuration menu - View commit details
-
Copy full SHA for 3a6bea5 - Browse repository at this point
Copy the full SHA 3a6bea5View commit details -
Merge branch 'master' into SymmetricPositiveDefinite to resolve the m…
…erge conflicts # Project.toml # src/Manifolds.jl
Configuration menu - View commit details
-
Copy full SHA for 039fe95 - Browse repository at this point
Copy the full SHA 039fe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97bdf17 - Browse repository at this point
Copy the full SHA 97bdf17View commit details -
add tests for CholeskySpace, removes basic manifolds tests since they…
… are covered by ManifoldsBase in the future.
Configuration menu - View commit details
-
Copy full SHA for c9c3b30 - Browse repository at this point
Copy the full SHA c9c3b30View commit details -
fixes a function helper in naming and fixes lower triangulars to be t…
…he strict versions.
Configuration menu - View commit details
-
Copy full SHA for 70cf1bc - Browse repository at this point
Copy the full SHA 70cf1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2784cc - Browse repository at this point
Copy the full SHA c2784ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efacad - Browse repository at this point
Copy the full SHA 7efacadView commit details -
adds a testset per metric with nice output per metric. Still does not…
… work with the `hasMetric` trait.
Configuration menu - View commit details
-
Copy full SHA for 258e6e5 - Browse repository at this point
Copy the full SHA 258e6e5View commit details
Commits on Nov 24, 2019
-
Rename trait to
DefaultMetric
, still the nonDefaults ones error (st……arting with log since thats the first error).
Configuration menu - View commit details
-
Copy full SHA for 5791fcb - Browse repository at this point
Copy the full SHA 5791fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a17d2 - Browse repository at this point
Copy the full SHA c7a17d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1427d72 - Browse repository at this point
Copy the full SHA 1427d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd0c07 - Browse repository at this point
Copy the full SHA dbd0c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7def9e1 - Browse repository at this point
Copy the full SHA 7def9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ec17f - Browse repository at this point
Copy the full SHA a4ec17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38cae37 - Browse repository at this point
Copy the full SHA 38cae37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba1c32 - Browse repository at this point
Copy the full SHA 3ba1c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb1b02 - Browse repository at this point
Copy the full SHA 3cb1b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfd9a2 - Browse repository at this point
Copy the full SHA dcfd9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23be3b - Browse repository at this point
Copy the full SHA e23be3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afeaab - Browse repository at this point
Copy the full SHA 2afeaabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af42cf - Browse repository at this point
Copy the full SHA 7af42cfView commit details