Skip to content
Failed

Changes

Summary

  1. Remove unnecessary `KOKKOS_FUNCTION` and `KOKKOS_INLINE_FUNCTION` (details)
  2. Using AccessValues instead of AccessTraits (details)
  3. Slice lengths fix (details)
  4. PascalCase on internal types (details)
  5. Template CRBFs on input (point) type (details)
  6. Removing reallocation for `approx_values` (details)
  7. Using raw indices and avoiding remapping (details)
  8. Private get source view (details)
  9. Handling of tree destruction and unused views (details)
  10. Deriving MemorySpace from source points (details)
  11. Renaming CRBF (details)
  12. Adding new lines at the end of files (details)
  13. Moving source view computation in private callback (details)
  14. Passing around AccessValues instead of raw user inputs (details)
  15. Renaming external predicates / callback (details)
Commit 6d907d9bd3704cc0b9685ff5fdafacb951f98951 by bosq.yohann
Remove unnecessary `KOKKOS_FUNCTION` and `KOKKOS_INLINE_FUNCTION`
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modified src/geometry/ArborX_GeometryTraits.hpp (diff)
Commit 26ba073d70d78c2f25841010f062e34bc3625ece by bosq.yohann
Using AccessValues instead of AccessTraits
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modified src/interpolation/details/ArborX_InterpDetailsPolynomialBasis.hpp (diff)
Commit ad84b1e47c6179c2173a9d69809779a10bbaa0c4 by bosq.yohann
PascalCase on internal types
The file was modified test/tstInterpDetailsSVD.cpp (diff)
The file was modified test/tstInterpDetailsPolyBasis.cpp (diff)
The file was modified src/interpolation/details/ArborX_InterpDetailsSymmetricPseudoInverseSVD.hpp (diff)
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modified test/tstInterpDetailsMLSCoefficients.cpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modified test/tstInterpMovingLeastSquares.cpp (diff)
The file was modified src/interpolation/details/ArborX_InterpDetailsPolynomialBasis.hpp (diff)
Commit 5b86976e8add5b037adf5420de7a7744cf838715 by bosq.yohann
Template CRBFs on input (point) type
The file was modified src/interpolation/details/ArborX_InterpDetailsCompactRadialBasisFunction.hpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modified test/tstInterpDetailsCRBF.cpp (diff)
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
Commit 27dd128213d75dcda878841c8707e1bc0aadde1f by bosq.yohann
Removing reallocation for `approx_values`
The file was modified test/tstInterpMovingLeastSquares.cpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit fc7a2ed083955f4d9e6427af9c374b0bb954f660 by bosq.yohann
Using raw indices and avoiding remapping
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit 2f814b5569cdd5c6201ea7638d37f270ed1c6926 by bosq.yohann
Private get source view
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit fcaefb0bc3fcf8791a710cd64912b0a88c2abbf8 by bosq.yohann
Handling of tree destruction and unused views
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit c38f97fdd3031dabae36e0f797adf0fc81c2f051 by bosq.yohann
Deriving MemorySpace from source points
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
The file was modified test/tstInterpDetailsMLSCoefficients.cpp (diff)
The file was addedtest/tstInterpDetailsCompactRadialBasisFunction.cpp
The file was removedtest/tstInterpDetailsCRBF.cpp
The file was modified test/CMakeLists.txt (diff)
Commit 8d9abeb851fe42ef82286f243676013773362c26 by bosq.yohann
Adding new lines at the end of files
The file was modified examples/moving_least_squares/CMakeLists.txt (diff)
The file was modified examples/moving_least_squares/moving_least_squares.cpp (diff)
The file was modified test/tstInterpDetailsCompactRadialBasisFunction.cpp (diff)
Commit 9933846e52aec34f3da873b3778fcc0db1495e0a by bosq.yohann
Moving source view computation in private callback

Using primitives instead of access values in callback
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit a1f89a50ade4e2efd005a5b8f13e56ff609f6575 by bosq.yohann
Passing around AccessValues instead of raw user inputs
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)
Commit 9f99b90beaa8a9bdfc9627ce8268371dfd355f60 by bosq.yohann
Renaming external predicates / callback
The file was modified src/interpolation/ArborX_InterpMovingLeastSquares.hpp (diff)