gpboost 1.3.0__tar.gz → 1.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpboost-1.3.0/gpboost.egg-info → gpboost-1.3.3}/PKG-INFO +1 -1
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/Release/lib_gpboost.dll +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGS.h +29 -4
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/LineSearchBacktracking.h +25 -2
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/LineSearchNocedalWright.h +26 -11
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/CG_utils.h +24 -4
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/GP_utils.h +1 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/Vecchia_utils.h +9 -20
- gpboost-1.3.3/compile/include/GPBoost/cov_fcts.h +2206 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/likelihoods.h +697 -165
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/optim_utils.h +40 -34
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/re_comp.h +136 -42
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/re_model_template.h +534 -340
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/CG_utils.cpp +136 -20
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/re_model.cpp +1 -1
- gpboost-1.3.3/gpboost/VERSION.txt +1 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/basic.py +110 -66
- {gpboost-1.3.0 → gpboost-1.3.3/gpboost.egg-info}/PKG-INFO +1 -1
- gpboost-1.3.0/compile/include/GPBoost/cov_fcts.h +0 -1397
- gpboost-1.3.0/gpboost/VERSION.txt +0 -1
- {gpboost-1.3.0 → gpboost-1.3.3}/LICENSE +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/MANIFEST.in +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/README.md +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/_IS_SOURCE_PACKAGE.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/CMakeIntegratedOpenCL.cmake +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/CMakeLists.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/CSparse/Doc/LICENSE.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/CSparse/Include/cs.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/CSparse/Source/cs_dfs.c +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/CSparse/Source/cs_reach.c +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/CSparse/Source/cs_spsolve.c +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/LICENSE.md +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSB.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/BFGSMat.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/BKLDLT.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/Cauchy.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/LineSearchBracketing.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/LineSearchMoreThuente.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/Param.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/LBFGSpp/include/LBFGSpp/SubspaceMin.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/LICENSE +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/NOTICE.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/constrained/sumt.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/line_search/more_thuente.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/determine_bounds_type.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/error_reporting.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/error_reporting.ipp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/jacobian_adjust.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/abs.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/abs_max.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/access.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/accu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/array_add.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/array_div.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/array_mult.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/as_scalar.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/cos.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/cout.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/diagmat.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/diagvec.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/dot.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/endl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/eval.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/exp.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/eye.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/get_sort_index.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/hadamard.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/index_min.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/inv.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/is_finite.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/log.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/max.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/min.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/ncol.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/norm.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/ones.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/pow.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/randi.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/randn.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/randu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/reset_negative_values.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/set_size.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/size.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/solve.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/sqrt.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/sum.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/transpose.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/matrix_ops/zeros.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/misc.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/numerical_gradient.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/numerical_hessian.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/optim_matdefs.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/optim_options.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/optim_structs.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/optim_trace.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/transform_vals.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/unit_vec.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/misc/unit_vec.ipp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/optim.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/bfgs.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/cg.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/de.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/de_prmm.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/gd.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/gd.ipp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/lbfgs.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/newton.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/nm.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/pso.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/unconstrained/pso_dv.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/zeros/broyden.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/OptimLib/zeros/broyden_df.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/CMakeLists.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/cmake/BoostComputeConfig.cmake.in +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/cmake/FindBolt.cmake +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/cmake/FindEigen.cmake +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/cmake/FindTBB.cmake +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/cmake/opencl/FindOpenCL.cmake +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/accumulate.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/adjacent_difference.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/adjacent_find.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/all_of.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/any_of.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/binary_search.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/copy_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/copy_n.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/count.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/count_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/balanced_path.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/binary_find.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/compact.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_on_device.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_to_device.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_to_host.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_ballot.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_threads.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_if_with_atomics.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/inplace_reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/insertion_sort.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_path.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_with_merge_path.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/radix_sort.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/random_fill.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_by_key.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_on_cpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_on_gpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan_on_cpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan_on_gpu.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/search_all.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_accumulate.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_count_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_find_extrema.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_merge.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_scan.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/equal.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/equal_range.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/exclusive_scan.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/fill.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/fill_n.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/find.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/find_end.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/find_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/find_if_not.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/for_each.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/for_each_n.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/gather.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/generate.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/generate_n.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/includes.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/inclusive_scan.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/inner_product.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/inplace_merge.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/iota.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/is_partitioned.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/is_permutation.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/is_sorted.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/lexicographical_compare.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/lower_bound.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/max_element.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/merge.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/min_element.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/minmax_element.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/mismatch.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/next_permutation.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/none_of.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/nth_element.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/partial_sum.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/partition.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/partition_copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/partition_point.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/prev_permutation.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/random_shuffle.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/reduce_by_key.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/remove.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/remove_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/replace.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/replace_copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/reverse.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/reverse_copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/rotate.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/rotate_copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/scatter.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/scatter_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/search.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/search_n.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/set_difference.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/set_intersection.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/set_symmetric_difference.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/set_union.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/sort.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/sort_by_key.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/stable_partition.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/stable_sort.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/stable_sort_by_key.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/swap_ranges.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/transform.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/transform_if.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/transform_reduce.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/unique.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/unique_copy.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm/upper_bound.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/algorithm.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/allocator/buffer_allocator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/allocator/pinned_allocator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/allocator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/async/future.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/async/wait.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/async/wait_guard.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/async.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/buffer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/cl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/cl_ext.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/closure.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/command_queue.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/config.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/array.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/basic_string.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/detail/scalar.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/dynamic_bitset.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/flat_map.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/flat_set.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/mapped_view.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/stack.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/string.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/valarray.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container/vector.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/container.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/context.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/core.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/assert_cl_success.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/buffer_value.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/cl_versions.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/device_ptr.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/diagnostic.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/duration.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/get_object_info.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/getenv.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/global_static.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/is_buffer_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/is_contiguous_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/iterator_plus_distance.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/iterator_range_size.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/iterator_traits.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/literal.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/lru_cache.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/meta_kernel.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/mpl_vector_to_tuple.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/nvidia_compute_capability.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/parameter_cache.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/path.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/print_range.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/read_write_single_value.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/sha1.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/variadic_macros.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/vendor.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/detail/work_size.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/device.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/event.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception/context_error.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception/no_device_found.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception/opencl_error.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception/program_build_failure.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception/unsupported_extension_error.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/exception.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/experimental/clamp_range.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/experimental/malloc.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/experimental/sort_by_transform.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/experimental/tabulate.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/function.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/as.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/atomic.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/bind.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/common.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/convert.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/detail/macros.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/detail/nvidia_ballot.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/detail/nvidia_popcount.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/detail/unpack.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/field.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/geometry.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/get.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/hash.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/identity.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/integer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/logical.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/math.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/operator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/popcount.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional/relational.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/functional.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image1d.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image2d.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image3d.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image_format.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image_object.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image/image_sampler.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image2d.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image3d.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image_format.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/image_sampler.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/eigen/core.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/eigen.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opencv/core.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opencv/highgui.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opencv/ocl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opencv.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/acquire.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/cl_gl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/cl_gl_ext.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/context.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/gl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_buffer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_renderbuffer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_texture.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/opengl.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qimage.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qpoint.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qpointf.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qtcore.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qtgui.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt/qvector.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/qt.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/vtk/bounds.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/vtk/data_array.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/vtk/matrix4x4.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/vtk/points.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/interop/vtk.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/buffer_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/constant_buffer_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/constant_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/counting_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/detail/swizzle_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/discard_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/function_input_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/permutation_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/strided_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/transform_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator/zip_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/kernel.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/context.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/functional.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/get.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/make_pair.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/make_tuple.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/placeholder.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/placeholders.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda/result_of.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/lambda.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/memory/local_buffer.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/memory/svm_ptr.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/memory.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/memory_object.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/pipe.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/platform.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/program.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/bernoulli_distribution.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/default_random_engine.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/discrete_distribution.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/linear_congruential_engine.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/mersenne_twister_engine.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/normal_distribution.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/threefry_engine.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/uniform_int_distribution.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random/uniform_real_distribution.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/random.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/source.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/svm.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/system.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/common_type.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/detail/capture_traits.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/is_device_iterator.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/is_fundamental.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/is_vector_type.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/make_vector_type.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/result_of.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/scalar_type.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/type_definition.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/type_name.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits/vector_size.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/type_traits.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/builtin.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/complex.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/fundamental.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/pair.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/size_t.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/struct.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types/tuple.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/types.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/user_event.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/dim.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/extents.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/invoke.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/program_cache.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/source.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility/wait_list.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/utility.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/version.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute/wait_list.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/include/boost/compute.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/compute/meta/libraries.json +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/CMakeLists.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Cholesky +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Core +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Dense +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Eigenvalues +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Geometry +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Householder +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/IterativeLinearSolvers +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Jacobi +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/LU +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/OrderingMethods +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/QR +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/SVD +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/Sparse +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/SparseCholesky +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/SparseCore +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/SparseLU +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/SparseQR +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Cholesky/LLT.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Array.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ArrayBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Assign.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/AssignEvaluator.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/BandMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Block.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/BooleanRedux.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CoreIterators.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/DenseBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/DenseStorage.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Diagonal.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Dot.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/EigenBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Fuzzy.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/IO.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/IndexedView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Inverse.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Map.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/MapBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Matrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/MatrixBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/NestByValue.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/NoAlias.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/NumTraits.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Product.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Random.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Redux.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Ref.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Replicate.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Reshaped.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Reverse.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Select.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Solve.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/SolverBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/StableNorm.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/StlIterators.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Stride.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Swap.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Transpose.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Transpositions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/VectorBlock.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/Visitor.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/Constants.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/Macros.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/Memory.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/Meta.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/NonMPL2.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Scaling.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Transform.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Translation.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Householder/Householder.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/Determinant.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/FullPivLU.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/InverseImpl.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SVD/BDCSVD.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SVD/SVDBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/Image.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/Kernel.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/blas.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/lapack.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/lapacke.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/BlockMethods.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/IndexedViewMethods.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/eigen/Eigen/src/plugins/ReshapedMethods.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fast_double_parser/CMakeLists.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fast_double_parser/LICENSE +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fast_double_parser/LICENSE.BSL +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fast_double_parser/include/fast_double_parser.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/CMakeLists.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/args.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/base.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/chrono.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/color.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/compile.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/core.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/format-inl.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/format.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/os.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/ostream.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/printf.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/ranges.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/std.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/external_libs/fmt/include/fmt/xchar.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/DF_utils.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/re_model.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/sparse_matrix_utils.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/type_defs.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/GPBoost/utils.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/application.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/bin.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/boosting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/c_api.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/config.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/cuda/cuda_utils.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/cuda/vector_cudahost.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/dataset.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/dataset_loader.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/export.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/feature_group.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/meta.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/metric.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/nesterov_boosting.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/network.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/objective_function.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/prediction_early_stop.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/train_share_states.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/tree.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/array_args.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/common.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/common_legacy_solaris.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/file_io.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/json11.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/log.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/openmp_wrapper.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/pipeline_reader.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/random.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/text_reader.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/threading.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/yamc/alternate_shared_mutex.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/yamc/yamc_rwlock_sched.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/include/LightGBM/utils/yamc/yamc_shared_lock.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/DF_utils.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/GP_utils.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/Vecchia_utils.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/GPBoost/sparse_matrix_utils.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/application/application.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/application/predictor.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/boosting.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/dart.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/gbdt.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/gbdt.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/gbdt_model_text.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/gbdt_prediction.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/goss.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/prediction_early_stop.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/rf.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/boosting/score_updater.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/c_api.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/bin.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/config.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/config_auto.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/dataset.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/dataset_loader.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/dense_bin.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/file_io.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/json11.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/metadata.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/multi_val_dense_bin.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/multi_val_sparse_bin.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/parser.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/parser.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/sparse_bin.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/train_share_states.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/io/tree.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/main.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/binary_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/dcg_calculator.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/map_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/metric.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/multiclass_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/random_effects_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/rank_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/regression_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/metric/xentropy_metric.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/ifaddrs_patch.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/ifaddrs_patch.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/linker_topo.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/linkers.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/linkers_mpi.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/linkers_socket.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/network.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/network/socket_wrapper.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/binary_objective.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/multiclass_objective.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/objective_function.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/rank_objective.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/regression_objective.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/objective/xentropy_objective.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/col_sampler.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/cost_effective_gradient_boosting.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/cuda_kernel_launcher.cu +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/cuda_kernel_launcher.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/cuda_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/cuda_tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/data_parallel_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/data_partition.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/feature_histogram.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/feature_parallel_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/gpu_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/gpu_tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/kernels/histogram_16_64_256.cu +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/kernels/histogram_16_64_256.hu +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/leaf_splits.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/linear_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/linear_tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/monotone_constraints.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/ocl/histogram16.cl +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/ocl/histogram256.cl +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/ocl/histogram64.cl +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/parallel_tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/serial_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/serial_tree_learner.h +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/split_info.hpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/compile/src/LightGBM/treelearner/voting_parallel_tree_learner.cpp +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/__init__.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/callback.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/compat.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/engine.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/libpath.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/plotting.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost/sklearn.py +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost.egg-info/SOURCES.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost.egg-info/dependency_links.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost.egg-info/not-zip-safe +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost.egg-info/requires.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/gpboost.egg-info/top_level.txt +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/setup.cfg +0 -0
- {gpboost-1.3.0 → gpboost-1.3.3}/setup.py +0 -0
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Copyright (C) 2016-2023 Yixuan Qiu <yixuan.qiu@cos.name>
|
|
2
|
-
//
|
|
2
|
+
// Modified work Copyright (c) 2024 Fabio Sigrist. All rights reserved.
|
|
3
3
|
// Under MIT license
|
|
4
4
|
|
|
5
5
|
#ifndef LBFGSPP_LBFGS_H
|
|
@@ -89,7 +89,30 @@ public:
|
|
|
89
89
|
const int fpast = m_param.past;
|
|
90
90
|
|
|
91
91
|
// Evaluate function and compute gradient
|
|
92
|
-
fx = f(x, m_grad)
|
|
92
|
+
fx = f(x, m_grad, true, true);// ChangedForGPBoost
|
|
93
|
+
|
|
94
|
+
std::string init_coef_str = "";
|
|
95
|
+
if (f.HasCovariates())
|
|
96
|
+
{
|
|
97
|
+
init_coef_str = " and 'init_coef'";
|
|
98
|
+
}
|
|
99
|
+
std::string problem_str = "none";
|
|
100
|
+
if (std::isnan(fx))
|
|
101
|
+
{
|
|
102
|
+
problem_str = "NaN";
|
|
103
|
+
}
|
|
104
|
+
else if (std::isinf(fx))
|
|
105
|
+
{
|
|
106
|
+
problem_str = "Inf";
|
|
107
|
+
}
|
|
108
|
+
if (problem_str != "none")
|
|
109
|
+
{
|
|
110
|
+
Log::REFatal((problem_str + " occurred in initial approximate negative marginal log-likelihood. "
|
|
111
|
+
"Possible solutions: try other initial values ('init_cov_pars'" + init_coef_str + ") "
|
|
112
|
+
"or other tuning parameters in case you apply the GPBoost algorithm (e.g., learning_rate)").c_str());
|
|
113
|
+
}
|
|
114
|
+
Log::REDebug("Initial approximate negative marginal log-likelihood: %g", fx);
|
|
115
|
+
|
|
93
116
|
m_gnorm = m_grad.norm();
|
|
94
117
|
if (fpast > 0)
|
|
95
118
|
m_fx[0] = fx;
|
|
@@ -152,7 +175,9 @@ public:
|
|
|
152
175
|
if (fpast > 0)
|
|
153
176
|
{
|
|
154
177
|
const Scalar fxd = m_fx[k % fpast];
|
|
155
|
-
|
|
178
|
+
|
|
179
|
+
// ChangedForGPBoost
|
|
180
|
+
if (k >= fpast && (fxd - fx) <= m_param.delta * std::max(abs(fxd), Scalar(1)))
|
|
156
181
|
return k;
|
|
157
182
|
|
|
158
183
|
m_fx[k % fpast] = fx;
|
|
@@ -182,7 +207,7 @@ public:
|
|
|
182
207
|
if (f.LearnCovarianceParameters() && f.ShouldRedetermineNearestNeighborsVecchia())
|
|
183
208
|
{
|
|
184
209
|
f.RedetermineNearestNeighborsVecchia(); // called only in certain iterations if gp_approx == "vecchia" and neighbors are selected based on correlations and not distances
|
|
185
|
-
fx = f(x, m_grad, false);
|
|
210
|
+
fx = f(x, m_grad, true, false);
|
|
186
211
|
m_bfgs.apply_Hv(m_grad, -Scalar(1), m_drt);
|
|
187
212
|
if (fpast > 0)
|
|
188
213
|
{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// Copyright (C) 2016-2023 Yixuan Qiu <yixuan.qiu@cos.name>
|
|
2
|
+
// Modified work Copyright (c) 2024 Fabio Sigrist. All rights reserved.
|
|
2
3
|
// Under MIT license
|
|
3
4
|
|
|
4
5
|
#ifndef LBFGSPP_LINE_SEARCH_BACKTRACKING_H
|
|
@@ -70,11 +71,21 @@ public:
|
|
|
70
71
|
// x_{k+1} = x_k + step * d_k
|
|
71
72
|
x.noalias() = xp + step * drt;
|
|
72
73
|
// Evaluate this candidate
|
|
73
|
-
fx = f(x, grad);
|
|
74
|
+
fx = f(x, grad, true, false); // ChangedForGPBoost
|
|
75
|
+
|
|
76
|
+
//Log::REInfo("LineSearch: iter = %d, fx = %g, step = %g, fx_init = %g", iter, fx, step, fx_init); // for debugging
|
|
74
77
|
|
|
75
78
|
if (fx > fx_init + step * test_decr || (fx != fx))
|
|
76
79
|
{
|
|
77
|
-
|
|
80
|
+
// ChangedForGPBoost
|
|
81
|
+
if ((fx - fx_init) > 2. * std::max(abs(fx_init), Scalar(1)))
|
|
82
|
+
{
|
|
83
|
+
width = dec / 16.; // make step size much smaller for very large increases to avoid too many backtracking steps
|
|
84
|
+
}
|
|
85
|
+
else
|
|
86
|
+
{
|
|
87
|
+
width = dec;
|
|
88
|
+
}
|
|
78
89
|
}
|
|
79
90
|
else
|
|
80
91
|
{
|
|
@@ -115,8 +126,20 @@ public:
|
|
|
115
126
|
step *= width;
|
|
116
127
|
}
|
|
117
128
|
|
|
129
|
+
// ChangedForGPBoost
|
|
118
130
|
if (iter >= param.max_linesearch)
|
|
131
|
+
{
|
|
132
|
+
x.noalias() = xp;
|
|
133
|
+
fx = fx_init;
|
|
134
|
+
step = 0.;
|
|
119
135
|
Log::REDebug("GPModel lbfgs: the line search routine reached the maximum number of iterations");
|
|
136
|
+
}
|
|
137
|
+
else if (iter > 0)
|
|
138
|
+
{
|
|
139
|
+
Log::REDebug("LineSearch for 'lbfgs' finished after %d iterations, step length = %g", iter, step);
|
|
140
|
+
}
|
|
141
|
+
f(x, grad, false, true);//calculate gradient
|
|
142
|
+
|
|
120
143
|
}
|
|
121
144
|
};
|
|
122
145
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// Copyright (C) 2016-2023 Yixuan Qiu <yixuan.qiu@cos.name>
|
|
2
2
|
// Copyright (C) 2016-2023 Dirk Toewe <DirkToewe@GoogleMail.com>
|
|
3
|
+
// Modified work Copyright (c) 2024 Fabio Sigrist. All rights reserved.
|
|
3
4
|
// Under MIT license
|
|
4
5
|
|
|
5
6
|
#ifndef LBFGSPP_LINE_SEARCH_NOCEDAL_WRIGHT_H
|
|
@@ -141,7 +142,7 @@ public:
|
|
|
141
142
|
{
|
|
142
143
|
// Evaluate the current step size
|
|
143
144
|
x.noalias() = xp + step * drt;
|
|
144
|
-
fx = f(x, grad);
|
|
145
|
+
fx = f(x, grad, true, false);
|
|
145
146
|
dg = grad.dot(drt);
|
|
146
147
|
|
|
147
148
|
// Test the sufficient decrease condition
|
|
@@ -157,7 +158,11 @@ public:
|
|
|
157
158
|
|
|
158
159
|
// Test the curvature condition
|
|
159
160
|
if (std::abs(dg) <= test_curv)
|
|
161
|
+
{
|
|
162
|
+
f(x, grad, false, true);//calculate gradient
|
|
160
163
|
return; // Case (4)
|
|
164
|
+
}
|
|
165
|
+
|
|
161
166
|
|
|
162
167
|
step_hi = step_lo;
|
|
163
168
|
fx_hi = fx_lo;
|
|
@@ -187,6 +192,7 @@ public:
|
|
|
187
192
|
// But we need to move {x, grad}_lo back before returning
|
|
188
193
|
x.swap(x_lo);
|
|
189
194
|
grad.swap(grad_lo);
|
|
195
|
+
f(x, grad, false, true);//calculate gradient
|
|
190
196
|
return;
|
|
191
197
|
}
|
|
192
198
|
|
|
@@ -214,7 +220,7 @@ public:
|
|
|
214
220
|
|
|
215
221
|
// Evaluate the current step size
|
|
216
222
|
x.noalias() = xp + step * drt;
|
|
217
|
-
fx = f(x, grad);
|
|
223
|
+
fx = f(x, grad, true, false);
|
|
218
224
|
dg = grad.dot(drt);
|
|
219
225
|
|
|
220
226
|
// Test the sufficient decrease condition
|
|
@@ -231,6 +237,7 @@ public:
|
|
|
231
237
|
{
|
|
232
238
|
// Test the curvature condition
|
|
233
239
|
if (std::abs(dg) <= test_curv)
|
|
240
|
+
f(x, grad, false, true);//calculate gradient
|
|
234
241
|
return;
|
|
235
242
|
|
|
236
243
|
if (dg * (step_hi - step_lo) >= Scalar(0))
|
|
@@ -261,15 +268,23 @@ public:
|
|
|
261
268
|
{
|
|
262
269
|
// throw std::runtime_error("the line search routine reached the maximum number of iterations");
|
|
263
270
|
if (step_lo <= Scalar(0))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
{
|
|
272
|
+
x.noalias() = xp;
|
|
273
|
+
fx = fx_init;
|
|
274
|
+
step = 0.;
|
|
275
|
+
Log::REDebug("GPModel lbfgs: the line search routine reached the maximum number of iterations");
|
|
276
|
+
}
|
|
277
|
+
else
|
|
278
|
+
{
|
|
279
|
+
// Return everything with _lo
|
|
280
|
+
step = step_lo;
|
|
281
|
+
fx = fx_lo;
|
|
282
|
+
dg = dg_lo;
|
|
283
|
+
// Move {x, grad}_lo back
|
|
284
|
+
x.swap(x_lo);
|
|
285
|
+
grad.swap(grad_lo);
|
|
286
|
+
}
|
|
287
|
+
f(x, grad, false, true);//calculate gradient
|
|
273
288
|
return;
|
|
274
289
|
}
|
|
275
290
|
}
|
|
@@ -22,7 +22,8 @@ namespace GPBoost {
|
|
|
22
22
|
/*!
|
|
23
23
|
* \brief Preconditioned conjugate gradient descent to solve A u = rhs when rhs is a vector
|
|
24
24
|
* A = (Sigma^-1 + W) is a symmetric matrix of dimension nxn, a Vecchia approximation for Sigma^-1,
|
|
25
|
-
* Sigma^-1 = B^T D^-1 B, is given, and W is a diagonal matrix.
|
|
25
|
+
* Sigma^-1 = B^T D^-1 B, is given, and W is a diagonal matrix.
|
|
26
|
+
* "Sigma_inv_plus_BtWB" (P = B^T (D^-1 + W) B) or "zero_infill_incomplete_cholesky" (P = L^T L) is used as preconditioner.
|
|
26
27
|
* \param diag_W Diagonal of matrix W
|
|
27
28
|
* \param B_rm Row-major matrix B in Vecchia approximation Sigma^-1 = B^T D^(-1) B ("=" Cholesky factor)
|
|
28
29
|
* \param B_t_D_inv_rm Row-major matrix that contains the product B^T D^-1. Outsourced in order to reduce the overhead of the function.
|
|
@@ -33,7 +34,9 @@ namespace GPBoost {
|
|
|
33
34
|
* \param find_mode_it In the first mode-finding iteration (find_mode_it == 0) u is set to zero at the beginning of the algorithm (cold-start).
|
|
34
35
|
* \param delta_conv Tolerance for checking convergence of the algorithm
|
|
35
36
|
* \param THRESHOLD_ZERO_RHS_CG If the L1-norm of the rhs is below this threshold the CG is not executed and a vector u of 0's is returned.
|
|
37
|
+
* \param cg_preconditioner_type Type of preconditioner used.
|
|
36
38
|
* \param D_inv_plus_W_B_rm Row-major matrix that contains the product (D^(-1) + W) B used for the preconditioner "Sigma_inv_plus_BtWB".
|
|
39
|
+
* \param L_SigmaI_plus_W_rm Row-major matrix that contains sparse cholesky factor L of matrix L^T L = B^T D^(-1) B + W used for the preconditioner "zero_infill_incomplete_cholesky".
|
|
37
40
|
*/
|
|
38
41
|
void CGVecchiaLaplaceVec(const vec_t& diag_W,
|
|
39
42
|
const sp_mat_rm_t& B_rm,
|
|
@@ -45,7 +48,9 @@ namespace GPBoost {
|
|
|
45
48
|
const int find_mode_it,
|
|
46
49
|
const double delta_conv,
|
|
47
50
|
const double THRESHOLD_ZERO_RHS_CG,
|
|
48
|
-
const
|
|
51
|
+
const string_t cg_preconditioner_type,
|
|
52
|
+
const sp_mat_rm_t& D_inv_plus_W_B_rm,
|
|
53
|
+
const sp_mat_rm_t& L_SigmaI_plus_W_rm);
|
|
49
54
|
|
|
50
55
|
/*!
|
|
51
56
|
* \brief Version of CGVecchiaLaplaceVec() that solves (Sigma^-1 + W) u = rhs by u = W^(-1) (W^(-1) + Sigma)^(-1) Sigma rhs where the preconditioned conjugate
|
|
@@ -81,7 +86,8 @@ namespace GPBoost {
|
|
|
81
86
|
/*!
|
|
82
87
|
* \brief Preconditioned conjugate gradient descent in combination with the Lanczos algorithm.
|
|
83
88
|
* A linear system A U = rhs is solved, where the rhs is a matrix of dimension nxt of t random column-vectors and
|
|
84
|
-
* A = (Sigma^-1 + W) is a symmetric matrix of dimension nxn.
|
|
89
|
+
* A = (Sigma^-1 + W) is a symmetric matrix of dimension nxn.
|
|
90
|
+
* "Sigma_inv_plus_BtWB" (P = B^T (D^-1 + W) B) or "zero_infill_incomplete_cholesky" (P = L^T L) is used as preconditioner.
|
|
85
91
|
* Further, a Vecchia approximation for Sigma^-1 = B^T D^-1 B is given, and W is a diagonal matrix.
|
|
86
92
|
* The function returns t approximative tridiagonalizations T of the symmetric matrix P^(-0.5) A P^(-0.5) = Q T Q^T in vector form (diagonal + subdiagonal of T)
|
|
87
93
|
* and an approximative solution of the linear system.
|
|
@@ -97,7 +103,9 @@ namespace GPBoost {
|
|
|
97
103
|
* \param t t-Dimension of the linear system
|
|
98
104
|
* \param p Maximal number of conjugate gradient steps
|
|
99
105
|
* \param delta_conv Tolerance for checking convergence of the algorithm
|
|
106
|
+
* \param cg_preconditioner_type Type of preconditioner used.
|
|
100
107
|
* \param D_inv_plus_W_B_rm Row-major matrix that contains the product (D^(-1) + W) B used for the preconditioner "Sigma_inv_plus_BtWB".
|
|
108
|
+
* \param L_SigmaI_plus_W_rm Row-major matrix that contains sparse cholesky factor L of matrix L^T L = B^T D^(-1) B + W used for the preconditioner "zero_infill_incomplete_cholesky".
|
|
101
109
|
*/
|
|
102
110
|
void CGTridiagVecchiaLaplace(const vec_t& diag_W,
|
|
103
111
|
const sp_mat_rm_t& B_rm,
|
|
@@ -111,7 +119,9 @@ namespace GPBoost {
|
|
|
111
119
|
const int t,
|
|
112
120
|
int p,
|
|
113
121
|
const double delta_conv,
|
|
114
|
-
const
|
|
122
|
+
const string_t cg_preconditioner_type,
|
|
123
|
+
const sp_mat_rm_t& D_inv_plus_W_B_rm,
|
|
124
|
+
const sp_mat_rm_t& L_SigmaI_plus_W_rm);
|
|
115
125
|
|
|
116
126
|
/*!
|
|
117
127
|
* \brief Version of CGTridiagVecchiaLaplace() where A = (W^(-1) + Sigma).
|
|
@@ -208,6 +218,16 @@ namespace GPBoost {
|
|
|
208
218
|
const vec_t& tr_BI_B_deriv,
|
|
209
219
|
vec_t& c_opt);
|
|
210
220
|
|
|
221
|
+
/*!
|
|
222
|
+
* \brief Reverse incomplete Cholesky factorization L^T L = A under the constrain that L has the same sparcity pattern as A or B.
|
|
223
|
+
* \param A Column-major matrix to factorize.
|
|
224
|
+
* \param B Column-major matrix providing the sparcity pattern.
|
|
225
|
+
* \param L_rm[out] Row-major matrix containing the sparse lower triangular factor L.
|
|
226
|
+
*/
|
|
227
|
+
void ReverseIncompleteCholeskyFactorization(sp_mat_t& A,
|
|
228
|
+
const sp_mat_t& B,
|
|
229
|
+
sp_mat_rm_t& L_rm);
|
|
230
|
+
|
|
211
231
|
/*!
|
|
212
232
|
* \brief Pivoted Cholesky factorization according to Habrecht et al. (2012) for the original (nonapproximated) covariance matrix (Sigma)
|
|
213
233
|
* \param cov_f Pointer to function which accesses elements of Sigma (see https://www.geeksforgeeks.org/passing-a-function-as-a-parameter-in-cpp)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file is part of GPBoost a C++ library for combining
|
|
3
3
|
* boosting with Gaussian process and mixed effects models
|
|
4
4
|
*
|
|
5
|
-
* Copyright (c) 2020 Fabio Sigrist. All rights reserved.
|
|
5
|
+
* Copyright (c) 2020 - 2024 Fabio Sigrist. All rights reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License Version 2.0. See LICENSE file in the project root for license information.
|
|
8
8
|
*/
|
|
@@ -218,7 +218,8 @@ namespace GPBoost {
|
|
|
218
218
|
cov_fct_taper_shape,
|
|
219
219
|
re_comp->GetTaperMu(),
|
|
220
220
|
apply_tapering,
|
|
221
|
-
false
|
|
221
|
+
false,
|
|
222
|
+
dim_gp_coords)));
|
|
222
223
|
//save random coefficient data in the form ot outer product matrices
|
|
223
224
|
#pragma omp for schedule(static)
|
|
224
225
|
for (int i = 0; i < num_data_per_cluster[cluster_i]; ++i) {
|
|
@@ -263,12 +264,9 @@ namespace GPBoost {
|
|
|
263
264
|
CHECK(re_comp->ShouldSaveDistances() == false);
|
|
264
265
|
int num_re = re_comp->GetNumUniqueREs();
|
|
265
266
|
CHECK((int)nearest_neighbors_cluster_i.size() == num_re);
|
|
266
|
-
//
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
den_mat_t coords_scaled(num_re, re_comp->GetDimCoords());
|
|
270
|
-
coords_scaled.col(0) = (re_comp->GetCoords()).col(0) * pars[1];
|
|
271
|
-
coords_scaled.rightCols(dim_space) = (re_comp->GetCoords()).rightCols(dim_space) * pars[2];
|
|
267
|
+
// Calculate scaled coordinates
|
|
268
|
+
den_mat_t coords_scaled;
|
|
269
|
+
re_comp->GetScaledCoordinates(coords_scaled);
|
|
272
270
|
// find correlation-based nearest neighbors
|
|
273
271
|
std::vector<den_mat_t> dist_dummy;
|
|
274
272
|
bool check_has_duplicates = false;
|
|
@@ -584,11 +582,8 @@ namespace GPBoost {
|
|
|
584
582
|
bool distances_saved = re_comp->ShouldSaveDistances();
|
|
585
583
|
den_mat_t coords_scaled;
|
|
586
584
|
if (!distances_saved) {
|
|
587
|
-
int dim_space = re_comp->GetDimSpace();
|
|
588
585
|
const vec_t pars = re_comp->CovPars();
|
|
589
|
-
|
|
590
|
-
coords_scaled.col(0) = coords_all.col(0) * pars[1];
|
|
591
|
-
coords_scaled.rightCols(dim_space) = coords_all.rightCols(dim_space) * pars[2];
|
|
586
|
+
re_comp->ScaleCoordinates(pars, coords_all, coords_scaled);
|
|
592
587
|
}
|
|
593
588
|
if (CondObsOnly) {
|
|
594
589
|
if (distances_saved) {
|
|
@@ -832,11 +827,8 @@ namespace GPBoost {
|
|
|
832
827
|
vecchia_neighbor_selection, rng, distances_saved);
|
|
833
828
|
}
|
|
834
829
|
else {
|
|
835
|
-
int dim_space = re_comp->GetDimSpace();
|
|
836
830
|
const vec_t pars = re_comp->CovPars();
|
|
837
|
-
|
|
838
|
-
coords_scaled.col(0) = coords_all.col(0) * pars[1];
|
|
839
|
-
coords_scaled.rightCols(dim_space) = coords_all.rightCols(dim_space) * pars[2];
|
|
831
|
+
re_comp->ScaleCoordinates(pars, coords_all, coords_scaled);
|
|
840
832
|
find_nearest_neighbors_Vecchia_fast(coords_scaled, num_data_tot, num_neighbors_pred,
|
|
841
833
|
nearest_neighbors_cluster_i, dist_obs_neighbors_cluster_i, dist_between_neighbors_cluster_i, 0, -1, check_has_duplicates,
|
|
842
834
|
vecchia_neighbor_selection, rng, distances_saved);
|
|
@@ -1084,11 +1076,8 @@ namespace GPBoost {
|
|
|
1084
1076
|
bool distances_saved = re_comp->ShouldSaveDistances();
|
|
1085
1077
|
den_mat_t coords_scaled;
|
|
1086
1078
|
if (!distances_saved) {
|
|
1087
|
-
int dim_space = re_comp->GetDimSpace();
|
|
1088
1079
|
const vec_t pars = re_comp->CovPars();
|
|
1089
|
-
|
|
1090
|
-
coords_scaled.col(0) = coords_all_unique.col(0) * pars[1];
|
|
1091
|
-
coords_scaled.rightCols(dim_space) = coords_all_unique.rightCols(dim_space) * pars[2];
|
|
1080
|
+
re_comp->ScaleCoordinates(pars, coords_all_unique, coords_scaled);
|
|
1092
1081
|
}
|
|
1093
1082
|
if (CondObsOnly) {//find neighbors among both the observed locations only
|
|
1094
1083
|
if (distances_saved) {
|