polatory
Fast radial basis function interpolation and kriging for large scale data
File Explorer
Download Latest Version (.zip)- benchmark.sh
- CMakeLists.txt
- points.cpp
- predict.cpp
- predict.R
- simulate.R
- CMakeLists.txt
- commands.hpp
- create_model_command.cpp
- cross_validate_command.cpp
- estimate_normals_command.cpp
- evaluate_command.cpp
- extract_model_command.cpp
- fit_command.cpp
- fit_model_to_variogram_command.cpp
- isosurface_command.cpp
- main.cpp
- normals_to_sdf_command.cpp
- show_model_command.cpp
- show_variogram_command.cpp
- surface_25d_command.cpp
- unique_command.cpp
- variogram_command.cpp
- polatory_target_contents.cmake
- bbox.hpp
- make_model.hpp
- model_options.hpp
- CMakeLists.txt
- main.cpp
- parse_options.hpp
- CMakeLists.txt
- complementary_indices.hpp
- concatenate.hpp
- io.hpp
- macros.hpp
- orthonormalize.hpp
- zip_sort.hpp
- fmm_evaluator.hpp
- fmm_symmetric_evaluator.hpp
- gradient_kernel.hpp
- gradient_transpose_kernel.hpp
- hessian_kernel.hpp
- kernel.hpp
- anisotropy.hpp
- bbox3d.hpp
- cuboid3d.hpp
- point3d.hpp
- sphere3d.hpp
- direct_evaluator.hpp
- direct_operator.hpp
- evaluator.hpp
- fitter.hpp
- incremental_fitter.hpp
- inequality_fitter.hpp
- operator.hpp
- residual_evaluator.hpp
- solver.hpp
- symmetric_evaluator.hpp
- edge.hpp
- lattice.hpp
- lattice_coordinates.hpp
- neighbor.hpp
- node.hpp
- node_list.hpp
- primitive_lattice.hpp
- tetrahedron.hpp
- bit.hpp
- clip.hpp
- cluster.hpp
- edge.hpp
- field_function.hpp
- isosurface.hpp
- mesh.hpp
- mesh_defects_finder.hpp
- predicates.hpp
- rbf_field_function.hpp
- rbf_field_function_25d.hpp
- refine.hpp
- sign.hpp
- snap.hpp
- types.hpp
- cross_validate.hpp
- detrend.hpp
- normal_score_transformation.hpp
- variogram.hpp
- variogram_builder.hpp
- variogram_calculator.hpp
- variogram_fitting.hpp
- variogram_fitting_1d.hpp
- variogram_fitting_2d.hpp
- variogram_fitting_3d.hpp
- variogram_set.hpp
- weight_function.hpp
- fgmres.hpp
- gmres.hpp
- gmres_base.hpp
- identity_operator.hpp
- linear_operator.hpp
- minres.hpp
- conv.hpp
- error.hpp
- distance_filter.hpp
- kdtree.hpp
- normal_estimator.hpp
- plane_estimator.hpp
- random_points.hpp
- sdf_data_generator.hpp
- lagrange_basis.hpp
- monomial_basis.hpp
- polynomial_basis_base.hpp
- polynomial_evaluator.hpp
- unisolvent_point_set.hpp
- binary_cache.hpp
- coarse_grid.hpp
- domain.hpp
- domain_divider.hpp
- fine_grid.hpp
- mat_a.hpp
- ras_preconditioner.hpp
- cov_cubic.hpp
- cov_exponential.hpp
- cov_gaussian.hpp
- cov_generalized_cauchy3.hpp
- cov_generalized_cauchy5.hpp
- cov_generalized_cauchy7.hpp
- cov_generalized_cauchy9.hpp
- cov_spherical.hpp
- cov_spheroidal3.hpp
- cov_spheroidal5.hpp
- cov_spheroidal7.hpp
- cov_spheroidal9.hpp
- covariance_function_base.hpp
- make_rbf.hpp
- polyharmonic_even.hpp
- polyharmonic_odd.hpp
- rbf.hpp
- rbf_base.hpp
- rbf_io.hpp
- interpolant.hpp
- kriging.hpp
- model.hpp
- polatory.hpp
- table.hpp
- types.hpp
- copy-from-dmg.cmake
- portfile.cmake
- usage
- vcpkg.json
- dependencies.patch
- imgui-impl.diff
- install-extra-targets.patch
- instantiations.diff
- portfile.cmake
- vcpkg.json
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- test.py
- CMakeLists.txt
- python_binding.cpp
- biharmonic2d.cpp
- biharmonic3d.cpp
- cov_cubic.cpp
- cov_exponential.cpp
- cov_gaussian.cpp
- cov_generalized_cauchy3.cpp
- cov_generalized_cauchy5.cpp
- cov_generalized_cauchy7.cpp
- cov_generalized_cauchy9.cpp
- cov_spherical.cpp
- cov_spheroidal3.cpp
- cov_spheroidal3_direct_part.cpp
- cov_spheroidal3_fast_part.cpp
- cov_spheroidal5.cpp
- cov_spheroidal5_direct_part.cpp
- cov_spheroidal5_fast_part.cpp
- cov_spheroidal7.cpp
- cov_spheroidal7_direct_part.cpp
- cov_spheroidal7_fast_part.cpp
- cov_spheroidal9.cpp
- cov_spheroidal9_direct_part.cpp
- cov_spheroidal9_fast_part.cpp
- triharmonic2d.cpp
- triharmonic3d.cpp
- direct_evaluator.hpp
- direct_symmetric_evaluator.hpp
- fmm_accuracy_estimator.hpp
- fmm_evaluator.hpp
- fmm_symmetric_evaluator.hpp
- full_direct.hpp
- interpolator_configuration.hpp
- lru_cache.hpp
- make_fmm_evaluator.cpp
- spheroidal_evaluator.hpp
- spheroidal_symmetric_evaluator.hpp
- utility.hpp
- smoother.hpp
- snapper.hpp
- thinner.hpp
- triangulation.hpp
- abstract_mesh.hpp
- cluster.cpp
- dense_undirected_graph.hpp
- disjoint_sets.hpp
- face_grid.hpp
- mesh_defects_finder.cpp
- quadric_position.hpp
- refine.cpp
- snap.cpp
- spatial_grid.hpp
- utility.hpp
- vertex_clusterer.hpp
- vertex_refiner.hpp
- variogram_calculator.cpp
- fgmres.cpp
- gmres.cpp
- gmres_base.cpp
- minres.cpp
- kdtree.cpp
- normal_estimator.cpp
- plane_estimator.cpp
- random_points.cpp
- sdf_data_generator.cpp
- CMakeLists.txt
- test_concatenate.cpp
- test_orthonormalize.cpp
- test_zip_sort.cpp
- horse_region.obj
- horse_region_points.xyz
- test_bbox3d.cpp
- test_evaluator.cpp
- test_fitter.cpp
- test_incremental_fitter.cpp
- test_inequality_fitter.cpp
- test_operator.cpp
- test_symmetric_evaluator.cpp
- test_bit.cpp
- test_cdt.cpp
- test_isosurface.cpp
- test_predicates.cpp
- test_rmt.cpp
- test_snap.cpp
- test_snap_selfint.cpp
- test_detrend.cpp
- test_variogram_calculator.cpp
- test_krylov.cpp
- test_conv.cpp
- test_distance_filter.cpp
- test_kdtree.cpp
- test_normal_estimator.cpp
- test_plane_estimator.cpp
- test_sdf_data_generator.cpp
- test_lagrange_basis.cpp
- test_polynomial_basis_base.cpp
- test_coarse_grid.cpp
- test_domain_divider.cpp
- test_fine_grid.cpp
- test_rbf.cpp
- CMakeLists.txt
- utility.hpp
- Exec.ps1
- Invoke-BatchFile.ps1
- run-clang-tidy
- .air.toml
- .clang-format
- .clang-tidy
- .gitignore
- .gitmodules
- .run.ps1
- CMakeLists.txt
- LICENSE
- pyproject.toml
- README.md
- run
- run.bat
- setup.cfg
- setup.py
- vcpkg
- vcpkg-configuration.json
- vcpkg.json
// repository documentation
Was this content helpful?
(0 ratings)
