-
- Downloads
Major modification! Defined rigoreous target-source convention: p(x)=sum_y...
Major modification! Defined rigoreous target-source convention: p(x)=sum_y K(x,y)w(y) with x=target and y=source. Direct computation is done by calling MutualParticles(Target params,Source params) or P2P(Target, Source); Kernel matrices evaluation is done by calling evaluate(x=target,y=source) which returns k(x,y)=k(x-y).
Showing
- Examples/DirectComputation.cpp 7 additions, 7 deletionsExamples/DirectComputation.cpp
- Src/Kernels/Interpolation/FInterpMatrixKernel.hpp 192 additions, 378 deletionsSrc/Kernels/Interpolation/FInterpMatrixKernel.hpp
- Src/Kernels/Interpolation/FInterpMatrixKernel_TensorialInteractions.hpp 296 additions, 0 deletions...terpolation/FInterpMatrixKernel_TensorialInteractions.hpp
- Src/Kernels/P2P/FP2P.hpp 35 additions, 295 deletionsSrc/Kernels/P2P/FP2P.hpp
- Src/Kernels/P2P/FP2PMultiRhs.hpp 13 additions, 8 deletionsSrc/Kernels/P2P/FP2PMultiRhs.hpp
- Src/Kernels/P2P/FP2PR.hpp 44 additions, 44 deletionsSrc/Kernels/P2P/FP2PR.hpp
- Src/Kernels/P2P/FP2PTensorialKij.hpp 305 additions, 0 deletionsSrc/Kernels/P2P/FP2PTensorialKij.hpp
- Src/Kernels/Uniform/FUnifTensorialKernel.hpp 22 additions, 8 deletionsSrc/Kernels/Uniform/FUnifTensorialKernel.hpp
- Tests/Kernels/DirectAlgorithm.cpp 10 additions, 7 deletionsTests/Kernels/DirectAlgorithm.cpp
- Tests/Kernels/testChebTensorialAlgorithm.cpp 25 additions, 20 deletionsTests/Kernels/testChebTensorialAlgorithm.cpp
- Tests/Kernels/testSphericalBench.cpp 6 additions, 6 deletionsTests/Kernels/testSphericalBench.cpp
- Tests/Kernels/testSphericalDlpolyAlgorithm.cpp 9 additions, 8 deletionsTests/Kernels/testSphericalDlpolyAlgorithm.cpp
- Tests/Kernels/testUnifTensorialAlgorithm.cpp 35 additions, 7 deletionsTests/Kernels/testUnifTensorialAlgorithm.cpp
- Tests/noDist/testSmallCase.cpp 2 additions, 2 deletionsTests/noDist/testSmallCase.cpp
- UTests/utestChebyshevDirectPeriodic.cpp 6 additions, 5 deletionsUTests/utestChebyshevDirectPeriodic.cpp
- UTests/utestChebyshevDirectTsm.cpp 2 additions, 2 deletionsUTests/utestChebyshevDirectTsm.cpp
- UTests/utestRotationDirectTsm.cpp 5 additions, 5 deletionsUTests/utestRotationDirectTsm.cpp
Loading
Please register or sign in to comment