Skip to content
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

[Mapping.NonLinear] A base class for (almost) all non linear mappings #5006

Merged
merged 16 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    6ba5922 View commit details
    Browse the repository at this point in the history
  2. refactor DistanceFromTargetMapping

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e95654 View commit details
    Browse the repository at this point in the history
  3. refactor DistanceMapping

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    415e8a8 View commit details
    Browse the repository at this point in the history
  4. refactor SquareDistanceMapping

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0cbd6a1 View commit details
    Browse the repository at this point in the history
  5. refactor SquareMapping

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    323ad23 View commit details
    Browse the repository at this point in the history
  6. delegate on updateK

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c3d1238 View commit details
    Browse the repository at this point in the history
  7. K can be private

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eced036 View commit details
    Browse the repository at this point in the history
  8. factorize baseMatrix

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fc0ca98 View commit details
    Browse the repository at this point in the history
  9. baseMatrices can be private

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    41c7649 View commit details
    Browse the repository at this point in the history
  10. rename base class

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2a95663 View commit details
    Browse the repository at this point in the history
  11. rename files

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5cf352d View commit details
    Browse the repository at this point in the history
  12. fix

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1b7656a View commit details
    Browse the repository at this point in the history
  13. second fix

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f67bc84 View commit details
    Browse the repository at this point in the history
  14. unused variables

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    05aa517 View commit details
    Browse the repository at this point in the history
  15. rename private members

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7ce2e4d View commit details
    Browse the repository at this point in the history
  16. change protected member

    alxbilger authored and fredroy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    37649f9 View commit details
    Browse the repository at this point in the history