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

Add Moving Least Squares example #919

Closed
wants to merge 44 commits into from

Commits on Aug 23, 2023

  1. New example program

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    12105e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9289fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c97beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea3a2b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    357bda3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c22a22 View commit details
    Browse the repository at this point in the history
  7. double to float

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2586400 View commit details
    Browse the repository at this point in the history
  8. clang format

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    da4671b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f44e1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15b150b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d69f348 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6cd686 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    793a5f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15ca7a1 View commit details
    Browse the repository at this point in the history
  15. Fixing wrong SVD calculation

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    62de5ed View commit details
    Browse the repository at this point in the history
  16. Adding MPI (unstable)

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e7f7918 View commit details
    Browse the repository at this point in the history
  17. Relative error and misc fixes

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d0932ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    67db96a View commit details
    Browse the repository at this point in the history
  19. MPI fixed

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fdf0443 View commit details
    Browse the repository at this point in the history
  20. clang format

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7ccec9e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    df15ad8 View commit details
    Browse the repository at this point in the history
  22. clang format

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0d3f723 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4edbe19 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3a9afcf View commit details
    Browse the repository at this point in the history
  25. CMake MPI check

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    68e199a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    894e80f View commit details
    Browse the repository at this point in the history
  27. Better RBF

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1e6d4a5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    52fe5e1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    db39716 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    03b600c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dec46be View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    210243d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b1267dd View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9315a4c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    daf9822 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0c6af81 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a1bd291 View commit details
    Browse the repository at this point in the history
  38. Proper MLS public interface

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a7650db View commit details
    Browse the repository at this point in the history
  39. Extra RBFs

    mrlag31 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8fc8a75 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f3556de View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    db133c8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bc388f8 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    220407c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Back and forth MLS

    mrlag31 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dcdedd3 View commit details
    Browse the repository at this point in the history