gpboost 1.2.5__tar.gz → 1.2.7__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.
Files changed (890) hide show
  1. {gpboost-1.2.5/gpboost.egg-info → gpboost-1.2.7}/PKG-INFO +1 -1
  2. {gpboost-1.2.5 → gpboost-1.2.7}/compile/CMakeLists.txt +7 -0
  3. {gpboost-1.2.5 → gpboost-1.2.7}/compile/Release/lib_gpboost.dll +0 -0
  4. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/likelihoods.h +29 -14
  5. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/re_model_template.h +1 -1
  6. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/sparse_matrix_utils.h +23 -0
  7. gpboost-1.2.7/gpboost/VERSION.txt +1 -0
  8. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/basic.py +106 -93
  9. {gpboost-1.2.5 → gpboost-1.2.7/gpboost.egg-info}/PKG-INFO +1 -1
  10. gpboost-1.2.5/gpboost/VERSION.txt +0 -1
  11. {gpboost-1.2.5 → gpboost-1.2.7}/LICENSE +0 -0
  12. {gpboost-1.2.5 → gpboost-1.2.7}/MANIFEST.in +0 -0
  13. {gpboost-1.2.5 → gpboost-1.2.7}/README.md +0 -0
  14. {gpboost-1.2.5 → gpboost-1.2.7}/_IS_SOURCE_PACKAGE.txt +0 -0
  15. {gpboost-1.2.5 → gpboost-1.2.7}/compile/CMakeIntegratedOpenCL.cmake +0 -0
  16. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/CSparse/Doc/LICENSE.txt +0 -0
  17. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/CSparse/Include/cs.h +0 -0
  18. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/CSparse/Source/cs_dfs.c +0 -0
  19. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/CSparse/Source/cs_reach.c +0 -0
  20. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/CSparse/Source/cs_spsolve.c +0 -0
  21. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/LICENSE +0 -0
  22. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/NOTICE.txt +0 -0
  23. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/constrained/sumt.hpp +0 -0
  24. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/line_search/more_thuente.hpp +0 -0
  25. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/determine_bounds_type.hpp +0 -0
  26. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/error_reporting.hpp +0 -0
  27. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/error_reporting.ipp +0 -0
  28. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/jacobian_adjust.hpp +0 -0
  29. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/abs.hpp +0 -0
  30. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/abs_max.hpp +0 -0
  31. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/access.hpp +0 -0
  32. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/accu.hpp +0 -0
  33. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/array_add.hpp +0 -0
  34. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/array_div.hpp +0 -0
  35. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/array_mult.hpp +0 -0
  36. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/as_scalar.hpp +0 -0
  37. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/cos.hpp +0 -0
  38. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/cout.hpp +0 -0
  39. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/diagmat.hpp +0 -0
  40. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/diagvec.hpp +0 -0
  41. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/dot.hpp +0 -0
  42. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/endl.hpp +0 -0
  43. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/eval.hpp +0 -0
  44. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/exp.hpp +0 -0
  45. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/eye.hpp +0 -0
  46. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/get_sort_index.hpp +0 -0
  47. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/hadamard.hpp +0 -0
  48. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/index_min.hpp +0 -0
  49. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/inv.hpp +0 -0
  50. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/is_finite.hpp +0 -0
  51. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/log.hpp +0 -0
  52. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/max.hpp +0 -0
  53. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/min.hpp +0 -0
  54. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/ncol.hpp +0 -0
  55. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/norm.hpp +0 -0
  56. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/ones.hpp +0 -0
  57. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/pow.hpp +0 -0
  58. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/randi.hpp +0 -0
  59. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/randn.hpp +0 -0
  60. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/randu.hpp +0 -0
  61. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/reset_negative_values.hpp +0 -0
  62. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/set_size.hpp +0 -0
  63. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/size.hpp +0 -0
  64. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/solve.hpp +0 -0
  65. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/sqrt.hpp +0 -0
  66. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/sum.hpp +0 -0
  67. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/transpose.hpp +0 -0
  68. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/matrix_ops/zeros.hpp +0 -0
  69. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/misc.hpp +0 -0
  70. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/numerical_gradient.hpp +0 -0
  71. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/numerical_hessian.hpp +0 -0
  72. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/optim_matdefs.hpp +0 -0
  73. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/optim_options.hpp +0 -0
  74. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/optim_structs.hpp +0 -0
  75. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/optim_trace.hpp +0 -0
  76. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/transform_vals.hpp +0 -0
  77. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/unit_vec.hpp +0 -0
  78. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/misc/unit_vec.ipp +0 -0
  79. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/optim.hpp +0 -0
  80. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/bfgs.hpp +0 -0
  81. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/cg.hpp +0 -0
  82. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/de.hpp +0 -0
  83. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/de_prmm.hpp +0 -0
  84. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/gd.hpp +0 -0
  85. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/gd.ipp +0 -0
  86. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/lbfgs.hpp +0 -0
  87. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/newton.hpp +0 -0
  88. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/nm.hpp +0 -0
  89. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/pso.hpp +0 -0
  90. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/unconstrained/pso_dv.hpp +0 -0
  91. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/zeros/broyden.hpp +0 -0
  92. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/OptimLib/zeros/broyden_df.hpp +0 -0
  93. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/CMakeLists.txt +0 -0
  94. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/cmake/BoostComputeConfig.cmake.in +0 -0
  95. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/cmake/FindBolt.cmake +0 -0
  96. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/cmake/FindEigen.cmake +0 -0
  97. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/cmake/FindTBB.cmake +0 -0
  98. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/cmake/opencl/FindOpenCL.cmake +0 -0
  99. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/accumulate.hpp +0 -0
  100. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/adjacent_difference.hpp +0 -0
  101. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/adjacent_find.hpp +0 -0
  102. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/all_of.hpp +0 -0
  103. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/any_of.hpp +0 -0
  104. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/binary_search.hpp +0 -0
  105. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/copy.hpp +0 -0
  106. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/copy_if.hpp +0 -0
  107. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/copy_n.hpp +0 -0
  108. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/count.hpp +0 -0
  109. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/count_if.hpp +0 -0
  110. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/balanced_path.hpp +0 -0
  111. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/binary_find.hpp +0 -0
  112. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/compact.hpp +0 -0
  113. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_on_device.hpp +0 -0
  114. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_to_device.hpp +0 -0
  115. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/copy_to_host.hpp +0 -0
  116. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_ballot.hpp +0 -0
  117. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_reduce.hpp +0 -0
  118. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/count_if_with_threads.hpp +0 -0
  119. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema.hpp +0 -0
  120. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp +0 -0
  121. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp +0 -0
  122. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp +0 -0
  123. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/find_if_with_atomics.hpp +0 -0
  124. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/inplace_reduce.hpp +0 -0
  125. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/insertion_sort.hpp +0 -0
  126. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_path.hpp +0 -0
  127. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp +0 -0
  128. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp +0 -0
  129. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/merge_with_merge_path.hpp +0 -0
  130. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/radix_sort.hpp +0 -0
  131. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/random_fill.hpp +0 -0
  132. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_by_key.hpp +0 -0
  133. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp +0 -0
  134. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_on_cpu.hpp +0 -0
  135. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/reduce_on_gpu.hpp +0 -0
  136. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan.hpp +0 -0
  137. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan_on_cpu.hpp +0 -0
  138. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/scan_on_gpu.hpp +0 -0
  139. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/search_all.hpp +0 -0
  140. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_accumulate.hpp +0 -0
  141. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_count_if.hpp +0 -0
  142. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_find_extrema.hpp +0 -0
  143. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_merge.hpp +0 -0
  144. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_reduce.hpp +0 -0
  145. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp +0 -0
  146. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/detail/serial_scan.hpp +0 -0
  147. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/equal.hpp +0 -0
  148. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/equal_range.hpp +0 -0
  149. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/exclusive_scan.hpp +0 -0
  150. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/fill.hpp +0 -0
  151. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/fill_n.hpp +0 -0
  152. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/find.hpp +0 -0
  153. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/find_end.hpp +0 -0
  154. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/find_if.hpp +0 -0
  155. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/find_if_not.hpp +0 -0
  156. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/for_each.hpp +0 -0
  157. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/for_each_n.hpp +0 -0
  158. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/gather.hpp +0 -0
  159. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/generate.hpp +0 -0
  160. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/generate_n.hpp +0 -0
  161. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/includes.hpp +0 -0
  162. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/inclusive_scan.hpp +0 -0
  163. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/inner_product.hpp +0 -0
  164. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/inplace_merge.hpp +0 -0
  165. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/iota.hpp +0 -0
  166. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/is_partitioned.hpp +0 -0
  167. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/is_permutation.hpp +0 -0
  168. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/is_sorted.hpp +0 -0
  169. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/lexicographical_compare.hpp +0 -0
  170. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/lower_bound.hpp +0 -0
  171. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/max_element.hpp +0 -0
  172. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/merge.hpp +0 -0
  173. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/min_element.hpp +0 -0
  174. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/minmax_element.hpp +0 -0
  175. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/mismatch.hpp +0 -0
  176. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/next_permutation.hpp +0 -0
  177. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/none_of.hpp +0 -0
  178. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/nth_element.hpp +0 -0
  179. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/partial_sum.hpp +0 -0
  180. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/partition.hpp +0 -0
  181. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/partition_copy.hpp +0 -0
  182. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/partition_point.hpp +0 -0
  183. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/prev_permutation.hpp +0 -0
  184. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/random_shuffle.hpp +0 -0
  185. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/reduce.hpp +0 -0
  186. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/reduce_by_key.hpp +0 -0
  187. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/remove.hpp +0 -0
  188. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/remove_if.hpp +0 -0
  189. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/replace.hpp +0 -0
  190. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/replace_copy.hpp +0 -0
  191. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/reverse.hpp +0 -0
  192. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/reverse_copy.hpp +0 -0
  193. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/rotate.hpp +0 -0
  194. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/rotate_copy.hpp +0 -0
  195. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/scatter.hpp +0 -0
  196. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/scatter_if.hpp +0 -0
  197. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/search.hpp +0 -0
  198. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/search_n.hpp +0 -0
  199. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/set_difference.hpp +0 -0
  200. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/set_intersection.hpp +0 -0
  201. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/set_symmetric_difference.hpp +0 -0
  202. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/set_union.hpp +0 -0
  203. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/sort.hpp +0 -0
  204. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/sort_by_key.hpp +0 -0
  205. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/stable_partition.hpp +0 -0
  206. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/stable_sort.hpp +0 -0
  207. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/stable_sort_by_key.hpp +0 -0
  208. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/swap_ranges.hpp +0 -0
  209. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/transform.hpp +0 -0
  210. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/transform_if.hpp +0 -0
  211. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/transform_reduce.hpp +0 -0
  212. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/unique.hpp +0 -0
  213. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/unique_copy.hpp +0 -0
  214. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm/upper_bound.hpp +0 -0
  215. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/algorithm.hpp +0 -0
  216. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/allocator/buffer_allocator.hpp +0 -0
  217. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/allocator/pinned_allocator.hpp +0 -0
  218. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/allocator.hpp +0 -0
  219. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/async/future.hpp +0 -0
  220. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/async/wait.hpp +0 -0
  221. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/async/wait_guard.hpp +0 -0
  222. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/async.hpp +0 -0
  223. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/buffer.hpp +0 -0
  224. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/cl.hpp +0 -0
  225. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/cl_ext.hpp +0 -0
  226. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/closure.hpp +0 -0
  227. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/command_queue.hpp +0 -0
  228. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/config.hpp +0 -0
  229. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/array.hpp +0 -0
  230. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/basic_string.hpp +0 -0
  231. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/detail/scalar.hpp +0 -0
  232. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/dynamic_bitset.hpp +0 -0
  233. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/flat_map.hpp +0 -0
  234. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/flat_set.hpp +0 -0
  235. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/mapped_view.hpp +0 -0
  236. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/stack.hpp +0 -0
  237. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/string.hpp +0 -0
  238. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/valarray.hpp +0 -0
  239. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container/vector.hpp +0 -0
  240. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/container.hpp +0 -0
  241. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/context.hpp +0 -0
  242. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/core.hpp +0 -0
  243. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/assert_cl_success.hpp +0 -0
  244. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/buffer_value.hpp +0 -0
  245. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/cl_versions.hpp +0 -0
  246. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/device_ptr.hpp +0 -0
  247. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/diagnostic.hpp +0 -0
  248. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/duration.hpp +0 -0
  249. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/get_object_info.hpp +0 -0
  250. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/getenv.hpp +0 -0
  251. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/global_static.hpp +0 -0
  252. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/is_buffer_iterator.hpp +0 -0
  253. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/is_contiguous_iterator.hpp +0 -0
  254. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/iterator_plus_distance.hpp +0 -0
  255. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/iterator_range_size.hpp +0 -0
  256. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/iterator_traits.hpp +0 -0
  257. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/literal.hpp +0 -0
  258. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/lru_cache.hpp +0 -0
  259. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/meta_kernel.hpp +0 -0
  260. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/mpl_vector_to_tuple.hpp +0 -0
  261. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/nvidia_compute_capability.hpp +0 -0
  262. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/parameter_cache.hpp +0 -0
  263. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/path.hpp +0 -0
  264. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/print_range.hpp +0 -0
  265. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/read_write_single_value.hpp +0 -0
  266. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/sha1.hpp +0 -0
  267. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/variadic_macros.hpp +0 -0
  268. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/vendor.hpp +0 -0
  269. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/detail/work_size.hpp +0 -0
  270. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/device.hpp +0 -0
  271. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/event.hpp +0 -0
  272. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception/context_error.hpp +0 -0
  273. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception/no_device_found.hpp +0 -0
  274. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception/opencl_error.hpp +0 -0
  275. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception/program_build_failure.hpp +0 -0
  276. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception/unsupported_extension_error.hpp +0 -0
  277. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/exception.hpp +0 -0
  278. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/experimental/clamp_range.hpp +0 -0
  279. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/experimental/malloc.hpp +0 -0
  280. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/experimental/sort_by_transform.hpp +0 -0
  281. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/experimental/tabulate.hpp +0 -0
  282. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/function.hpp +0 -0
  283. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/as.hpp +0 -0
  284. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/atomic.hpp +0 -0
  285. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/bind.hpp +0 -0
  286. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/common.hpp +0 -0
  287. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/convert.hpp +0 -0
  288. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/detail/macros.hpp +0 -0
  289. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/detail/nvidia_ballot.hpp +0 -0
  290. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/detail/nvidia_popcount.hpp +0 -0
  291. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/detail/unpack.hpp +0 -0
  292. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/field.hpp +0 -0
  293. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/geometry.hpp +0 -0
  294. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/get.hpp +0 -0
  295. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/hash.hpp +0 -0
  296. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/identity.hpp +0 -0
  297. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/integer.hpp +0 -0
  298. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/logical.hpp +0 -0
  299. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/math.hpp +0 -0
  300. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/operator.hpp +0 -0
  301. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/popcount.hpp +0 -0
  302. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional/relational.hpp +0 -0
  303. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/functional.hpp +0 -0
  304. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image1d.hpp +0 -0
  305. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image2d.hpp +0 -0
  306. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image3d.hpp +0 -0
  307. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image_format.hpp +0 -0
  308. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image_object.hpp +0 -0
  309. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image/image_sampler.hpp +0 -0
  310. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image.hpp +0 -0
  311. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image2d.hpp +0 -0
  312. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image3d.hpp +0 -0
  313. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image_format.hpp +0 -0
  314. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/image_sampler.hpp +0 -0
  315. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/eigen/core.hpp +0 -0
  316. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/eigen.hpp +0 -0
  317. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opencv/core.hpp +0 -0
  318. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opencv/highgui.hpp +0 -0
  319. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opencv/ocl.hpp +0 -0
  320. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opencv.hpp +0 -0
  321. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/acquire.hpp +0 -0
  322. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/cl_gl.hpp +0 -0
  323. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/cl_gl_ext.hpp +0 -0
  324. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/context.hpp +0 -0
  325. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/gl.hpp +0 -0
  326. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_buffer.hpp +0 -0
  327. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_renderbuffer.hpp +0 -0
  328. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl/opengl_texture.hpp +0 -0
  329. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/opengl.hpp +0 -0
  330. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qimage.hpp +0 -0
  331. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qpoint.hpp +0 -0
  332. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qpointf.hpp +0 -0
  333. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qtcore.hpp +0 -0
  334. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qtgui.hpp +0 -0
  335. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt/qvector.hpp +0 -0
  336. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/qt.hpp +0 -0
  337. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/vtk/bounds.hpp +0 -0
  338. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/vtk/data_array.hpp +0 -0
  339. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/vtk/matrix4x4.hpp +0 -0
  340. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/vtk/points.hpp +0 -0
  341. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/interop/vtk.hpp +0 -0
  342. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/buffer_iterator.hpp +0 -0
  343. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/constant_buffer_iterator.hpp +0 -0
  344. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/constant_iterator.hpp +0 -0
  345. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/counting_iterator.hpp +0 -0
  346. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp +0 -0
  347. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/detail/swizzle_iterator.hpp +0 -0
  348. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/discard_iterator.hpp +0 -0
  349. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/function_input_iterator.hpp +0 -0
  350. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/permutation_iterator.hpp +0 -0
  351. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/strided_iterator.hpp +0 -0
  352. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/transform_iterator.hpp +0 -0
  353. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator/zip_iterator.hpp +0 -0
  354. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/iterator.hpp +0 -0
  355. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/kernel.hpp +0 -0
  356. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/context.hpp +0 -0
  357. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/functional.hpp +0 -0
  358. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/get.hpp +0 -0
  359. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/make_pair.hpp +0 -0
  360. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/make_tuple.hpp +0 -0
  361. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/placeholder.hpp +0 -0
  362. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/placeholders.hpp +0 -0
  363. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda/result_of.hpp +0 -0
  364. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/lambda.hpp +0 -0
  365. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/memory/local_buffer.hpp +0 -0
  366. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/memory/svm_ptr.hpp +0 -0
  367. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/memory.hpp +0 -0
  368. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/memory_object.hpp +0 -0
  369. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/pipe.hpp +0 -0
  370. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/platform.hpp +0 -0
  371. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/program.hpp +0 -0
  372. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/bernoulli_distribution.hpp +0 -0
  373. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/default_random_engine.hpp +0 -0
  374. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/discrete_distribution.hpp +0 -0
  375. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/linear_congruential_engine.hpp +0 -0
  376. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/mersenne_twister_engine.hpp +0 -0
  377. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/normal_distribution.hpp +0 -0
  378. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/threefry_engine.hpp +0 -0
  379. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/uniform_int_distribution.hpp +0 -0
  380. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random/uniform_real_distribution.hpp +0 -0
  381. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/random.hpp +0 -0
  382. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/source.hpp +0 -0
  383. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/svm.hpp +0 -0
  384. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/system.hpp +0 -0
  385. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/common_type.hpp +0 -0
  386. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/detail/capture_traits.hpp +0 -0
  387. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/is_device_iterator.hpp +0 -0
  388. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/is_fundamental.hpp +0 -0
  389. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/is_vector_type.hpp +0 -0
  390. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/make_vector_type.hpp +0 -0
  391. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/result_of.hpp +0 -0
  392. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/scalar_type.hpp +0 -0
  393. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/type_definition.hpp +0 -0
  394. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/type_name.hpp +0 -0
  395. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits/vector_size.hpp +0 -0
  396. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/type_traits.hpp +0 -0
  397. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/builtin.hpp +0 -0
  398. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/complex.hpp +0 -0
  399. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/fundamental.hpp +0 -0
  400. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/pair.hpp +0 -0
  401. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/size_t.hpp +0 -0
  402. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/struct.hpp +0 -0
  403. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types/tuple.hpp +0 -0
  404. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/types.hpp +0 -0
  405. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/user_event.hpp +0 -0
  406. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/dim.hpp +0 -0
  407. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/extents.hpp +0 -0
  408. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/invoke.hpp +0 -0
  409. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/program_cache.hpp +0 -0
  410. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/source.hpp +0 -0
  411. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility/wait_list.hpp +0 -0
  412. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/utility.hpp +0 -0
  413. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/version.hpp +0 -0
  414. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute/wait_list.hpp +0 -0
  415. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/include/boost/compute.hpp +0 -0
  416. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/compute/meta/libraries.json +0 -0
  417. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/CMakeLists.txt +0 -0
  418. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Cholesky +0 -0
  419. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Core +0 -0
  420. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Dense +0 -0
  421. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Eigenvalues +0 -0
  422. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Geometry +0 -0
  423. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Householder +0 -0
  424. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/IterativeLinearSolvers +0 -0
  425. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Jacobi +0 -0
  426. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/LU +0 -0
  427. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/OrderingMethods +0 -0
  428. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/QR +0 -0
  429. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/SVD +0 -0
  430. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/Sparse +0 -0
  431. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/SparseCholesky +0 -0
  432. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/SparseCore +0 -0
  433. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/SparseLU +0 -0
  434. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/SparseQR +0 -0
  435. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
  436. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Cholesky/LLT.h +0 -0
  437. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
  438. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
  439. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Array.h +0 -0
  440. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ArrayBase.h +0 -0
  441. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
  442. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Assign.h +0 -0
  443. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/AssignEvaluator.h +0 -0
  444. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
  445. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/BandMatrix.h +0 -0
  446. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Block.h +0 -0
  447. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/BooleanRedux.h +0 -0
  448. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
  449. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
  450. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
  451. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CoreIterators.h +0 -0
  452. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
  453. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
  454. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
  455. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
  456. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
  457. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/DenseBase.h +0 -0
  458. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
  459. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/DenseStorage.h +0 -0
  460. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Diagonal.h +0 -0
  461. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
  462. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
  463. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Dot.h +0 -0
  464. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/EigenBase.h +0 -0
  465. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
  466. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Fuzzy.h +0 -0
  467. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
  468. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
  469. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
  470. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/IO.h +0 -0
  471. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/IndexedView.h +0 -0
  472. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Inverse.h +0 -0
  473. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Map.h +0 -0
  474. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/MapBase.h +0 -0
  475. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/MathFunctions.h +0 -0
  476. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
  477. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Matrix.h +0 -0
  478. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/MatrixBase.h +0 -0
  479. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/NestByValue.h +0 -0
  480. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/NoAlias.h +0 -0
  481. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/NumTraits.h +0 -0
  482. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
  483. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
  484. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
  485. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Product.h +0 -0
  486. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
  487. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Random.h +0 -0
  488. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Redux.h +0 -0
  489. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Ref.h +0 -0
  490. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Replicate.h +0 -0
  491. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Reshaped.h +0 -0
  492. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
  493. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Reverse.h +0 -0
  494. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Select.h +0 -0
  495. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
  496. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
  497. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Solve.h +0 -0
  498. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
  499. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/SolverBase.h +0 -0
  500. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/StableNorm.h +0 -0
  501. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/StlIterators.h +0 -0
  502. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Stride.h +0 -0
  503. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Swap.h +0 -0
  504. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Transpose.h +0 -0
  505. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Transpositions.h +0 -0
  506. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
  507. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/VectorBlock.h +0 -0
  508. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
  509. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/Visitor.h +0 -0
  510. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
  511. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
  512. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
  513. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
  514. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
  515. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
  516. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
  517. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
  518. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
  519. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
  520. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
  521. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
  522. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
  523. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
  524. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
  525. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
  526. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
  527. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
  528. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
  529. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
  530. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
  531. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
  532. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
  533. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
  534. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
  535. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
  536. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
  537. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
  538. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
  539. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
  540. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
  541. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
  542. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
  543. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
  544. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
  545. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
  546. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
  547. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
  548. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
  549. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
  550. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
  551. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
  552. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
  553. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
  554. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
  555. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
  556. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
  557. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
  558. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
  559. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
  560. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
  561. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
  562. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
  563. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
  564. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
  565. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
  566. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
  567. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
  568. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
  569. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
  570. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
  571. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
  572. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
  573. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
  574. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
  575. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
  576. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
  577. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
  578. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
  579. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
  580. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
  581. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
  582. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
  583. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
  584. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
  585. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
  586. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
  587. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
  588. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/Constants.h +0 -0
  589. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
  590. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
  591. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
  592. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
  593. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
  594. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/Macros.h +0 -0
  595. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/Memory.h +0 -0
  596. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/Meta.h +0 -0
  597. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/NonMPL2.h +0 -0
  598. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
  599. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
  600. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
  601. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
  602. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
  603. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
  604. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
  605. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
  606. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
  607. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
  608. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
  609. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
  610. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
  611. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
  612. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
  613. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
  614. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
  615. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
  616. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
  617. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
  618. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
  619. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
  620. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
  621. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
  622. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
  623. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
  624. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
  625. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
  626. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
  627. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Scaling.h +0 -0
  628. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Transform.h +0 -0
  629. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Translation.h +0 -0
  630. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
  631. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
  632. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
  633. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Householder/Householder.h +0 -0
  634. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
  635. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
  636. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
  637. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
  638. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
  639. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
  640. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
  641. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
  642. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
  643. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
  644. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/Determinant.h +0 -0
  645. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/FullPivLU.h +0 -0
  646. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/InverseImpl.h +0 -0
  647. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
  648. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
  649. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/LU/arch/InverseSize4.h +0 -0
  650. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
  651. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
  652. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
  653. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
  654. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
  655. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
  656. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
  657. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
  658. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
  659. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SVD/BDCSVD.h +0 -0
  660. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
  661. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
  662. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SVD/SVDBase.h +0 -0
  663. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
  664. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
  665. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
  666. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
  667. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
  668. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
  669. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
  670. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
  671. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
  672. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
  673. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
  674. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
  675. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
  676. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
  677. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
  678. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
  679. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
  680. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
  681. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
  682. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
  683. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
  684. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
  685. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
  686. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
  687. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
  688. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
  689. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
  690. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
  691. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
  692. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
  693. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
  694. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
  695. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
  696. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
  697. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
  698. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
  699. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
  700. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
  701. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
  702. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
  703. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
  704. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
  705. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
  706. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
  707. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
  708. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
  709. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
  710. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
  711. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
  712. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
  713. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
  714. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/Image.h +0 -0
  715. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/Kernel.h +0 -0
  716. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
  717. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/blas.h +0 -0
  718. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/lapack.h +0 -0
  719. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/lapacke.h +0 -0
  720. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
  721. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
  722. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
  723. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/BlockMethods.h +0 -0
  724. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
  725. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
  726. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/IndexedViewMethods.h +0 -0
  727. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
  728. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
  729. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/eigen/Eigen/src/plugins/ReshapedMethods.h +0 -0
  730. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fast_double_parser/CMakeLists.txt +0 -0
  731. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fast_double_parser/LICENSE +0 -0
  732. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fast_double_parser/LICENSE.BSL +0 -0
  733. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fast_double_parser/include/fast_double_parser.h +0 -0
  734. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/CMakeLists.txt +0 -0
  735. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/LICENSE.rst +0 -0
  736. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/chrono.h +0 -0
  737. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/color.h +0 -0
  738. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/compile.h +0 -0
  739. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/core.h +0 -0
  740. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/format-inl.h +0 -0
  741. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/format.h +0 -0
  742. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/locale.h +0 -0
  743. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/os.h +0 -0
  744. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/ostream.h +0 -0
  745. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/posix.h +0 -0
  746. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/printf.h +0 -0
  747. {gpboost-1.2.5 → gpboost-1.2.7}/compile/external_libs/fmt/include/fmt/ranges.h +0 -0
  748. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/CG_utils.h +0 -0
  749. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/DF_utils.h +0 -0
  750. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/GP_utils.h +0 -0
  751. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/Vecchia_utils.h +0 -0
  752. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/cov_fcts.h +0 -0
  753. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/re_comp.h +0 -0
  754. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/re_model.h +0 -0
  755. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/type_defs.h +0 -0
  756. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/GPBoost/utils.h +0 -0
  757. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/application.h +0 -0
  758. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/bin.h +0 -0
  759. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/boosting.h +0 -0
  760. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/c_api.h +0 -0
  761. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/config.h +0 -0
  762. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/cuda/cuda_utils.h +0 -0
  763. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/cuda/vector_cudahost.h +0 -0
  764. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/dataset.h +0 -0
  765. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/dataset_loader.h +0 -0
  766. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/export.h +0 -0
  767. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/feature_group.h +0 -0
  768. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/meta.h +0 -0
  769. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/metric.h +0 -0
  770. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/nesterov_boosting.h +0 -0
  771. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/network.h +0 -0
  772. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/objective_function.h +0 -0
  773. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/prediction_early_stop.h +0 -0
  774. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/train_share_states.h +0 -0
  775. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/tree.h +0 -0
  776. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/tree_learner.h +0 -0
  777. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/array_args.h +0 -0
  778. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/common.h +0 -0
  779. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/common_legacy_solaris.h +0 -0
  780. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/file_io.h +0 -0
  781. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/json11.h +0 -0
  782. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/log.h +0 -0
  783. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/openmp_wrapper.h +0 -0
  784. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/pipeline_reader.h +0 -0
  785. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/random.h +0 -0
  786. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/text_reader.h +0 -0
  787. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/threading.h +0 -0
  788. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/yamc/alternate_shared_mutex.hpp +0 -0
  789. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/yamc/yamc_rwlock_sched.hpp +0 -0
  790. {gpboost-1.2.5 → gpboost-1.2.7}/compile/include/LightGBM/utils/yamc/yamc_shared_lock.hpp +0 -0
  791. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/CG_utils.cpp +0 -0
  792. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/DF_utils.cpp +0 -0
  793. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/GP_utils.cpp +0 -0
  794. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/Vecchia_utils.cpp +0 -0
  795. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/re_model.cpp +0 -0
  796. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/GPBoost/sparse_matrix_utils.cpp +0 -0
  797. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/application/application.cpp +0 -0
  798. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/application/predictor.hpp +0 -0
  799. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/boosting.cpp +0 -0
  800. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/dart.hpp +0 -0
  801. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/gbdt.cpp +0 -0
  802. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/gbdt.h +0 -0
  803. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/gbdt_model_text.cpp +0 -0
  804. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/gbdt_prediction.cpp +0 -0
  805. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/goss.hpp +0 -0
  806. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/prediction_early_stop.cpp +0 -0
  807. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/rf.hpp +0 -0
  808. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/boosting/score_updater.hpp +0 -0
  809. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/c_api.cpp +0 -0
  810. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/bin.cpp +0 -0
  811. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/config.cpp +0 -0
  812. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/config_auto.cpp +0 -0
  813. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/dataset.cpp +0 -0
  814. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/dataset_loader.cpp +0 -0
  815. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/dense_bin.hpp +0 -0
  816. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/file_io.cpp +0 -0
  817. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/json11.cpp +0 -0
  818. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/metadata.cpp +0 -0
  819. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/multi_val_dense_bin.hpp +0 -0
  820. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/multi_val_sparse_bin.hpp +0 -0
  821. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/parser.cpp +0 -0
  822. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/parser.hpp +0 -0
  823. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/sparse_bin.hpp +0 -0
  824. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/train_share_states.cpp +0 -0
  825. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/io/tree.cpp +0 -0
  826. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/main.cpp +0 -0
  827. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/binary_metric.hpp +0 -0
  828. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/dcg_calculator.cpp +0 -0
  829. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/map_metric.hpp +0 -0
  830. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/metric.cpp +0 -0
  831. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/multiclass_metric.hpp +0 -0
  832. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/random_effects_metric.hpp +0 -0
  833. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/rank_metric.hpp +0 -0
  834. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/regression_metric.hpp +0 -0
  835. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/metric/xentropy_metric.hpp +0 -0
  836. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/ifaddrs_patch.cpp +0 -0
  837. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/ifaddrs_patch.h +0 -0
  838. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/linker_topo.cpp +0 -0
  839. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/linkers.h +0 -0
  840. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/linkers_mpi.cpp +0 -0
  841. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/linkers_socket.cpp +0 -0
  842. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/network.cpp +0 -0
  843. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/network/socket_wrapper.hpp +0 -0
  844. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/binary_objective.hpp +0 -0
  845. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/multiclass_objective.hpp +0 -0
  846. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/objective_function.cpp +0 -0
  847. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/rank_objective.hpp +0 -0
  848. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/regression_objective.hpp +0 -0
  849. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/objective/xentropy_objective.hpp +0 -0
  850. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/col_sampler.hpp +0 -0
  851. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/cost_effective_gradient_boosting.hpp +0 -0
  852. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/cuda_kernel_launcher.cu +0 -0
  853. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/cuda_kernel_launcher.h +0 -0
  854. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/cuda_tree_learner.cpp +0 -0
  855. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/cuda_tree_learner.h +0 -0
  856. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/data_parallel_tree_learner.cpp +0 -0
  857. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/data_partition.hpp +0 -0
  858. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/feature_histogram.hpp +0 -0
  859. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/feature_parallel_tree_learner.cpp +0 -0
  860. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/gpu_tree_learner.cpp +0 -0
  861. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/gpu_tree_learner.h +0 -0
  862. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/kernels/histogram_16_64_256.cu +0 -0
  863. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/kernels/histogram_16_64_256.hu +0 -0
  864. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/leaf_splits.hpp +0 -0
  865. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/linear_tree_learner.cpp +0 -0
  866. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/linear_tree_learner.h +0 -0
  867. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/monotone_constraints.hpp +0 -0
  868. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/ocl/histogram16.cl +0 -0
  869. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/ocl/histogram256.cl +0 -0
  870. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/ocl/histogram64.cl +0 -0
  871. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/parallel_tree_learner.h +0 -0
  872. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/serial_tree_learner.cpp +0 -0
  873. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/serial_tree_learner.h +0 -0
  874. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/split_info.hpp +0 -0
  875. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/tree_learner.cpp +0 -0
  876. {gpboost-1.2.5 → gpboost-1.2.7}/compile/src/LightGBM/treelearner/voting_parallel_tree_learner.cpp +0 -0
  877. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/__init__.py +0 -0
  878. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/callback.py +0 -0
  879. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/compat.py +0 -0
  880. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/engine.py +0 -0
  881. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/libpath.py +0 -0
  882. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/plotting.py +0 -0
  883. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost/sklearn.py +0 -0
  884. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost.egg-info/SOURCES.txt +0 -0
  885. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost.egg-info/dependency_links.txt +0 -0
  886. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost.egg-info/not-zip-safe +0 -0
  887. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost.egg-info/requires.txt +0 -0
  888. {gpboost-1.2.5 → gpboost-1.2.7}/gpboost.egg-info/top_level.txt +0 -0
  889. {gpboost-1.2.5 → gpboost-1.2.7}/setup.cfg +0 -0
  890. {gpboost-1.2.5 → gpboost-1.2.7}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gpboost
3
- Version: 1.2.5
3
+ Version: 1.2.7
4
4
  Summary: GPBoost Python Package
5
5
  Home-page: https://github.com/fabsig/GPBoost
6
6
  Maintainer: Fabio Sigrist
@@ -316,6 +316,13 @@ if(MSVC)
316
316
  CMAKE_CXX_FLAGS_RELWITHDEBINFO
317
317
  )
318
318
  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /MP")
319
+ if(__BUILD_FOR_R)
320
+ # MSVC does not like this commit:
321
+ # https://github.com/wch/r-source/commit/fb52ac1a610571fcb8ac92d886b9fefcffaa7d48
322
+ #
323
+ # and raises "error C3646: 'private_data_c': unknown override specifier"
324
+ add_definitions(-DR_LEGACY_RCOMPLEX)
325
+ endif()
319
326
  if(USE_DEBUG)
320
327
  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Od")
321
328
  else()
@@ -2717,26 +2717,41 @@ namespace GPBoost {
2717
2717
  Log::REFatal(NA_OR_INF_ERROR_);
2718
2718
  }
2719
2719
  CHECK(mode_has_been_calculated_);
2720
- vec_t v_aux = Zt * first_deriv_ll_;
2721
- vec_t v_aux2 = Sigma * v_aux;
2722
- pred_mean = Ztilde * v_aux2;
2720
+ pred_mean = Ztilde * (Sigma * (Zt * first_deriv_ll_));
2723
2721
  if (calc_pred_cov || calc_pred_var) {
2724
- // calculate Maux = L\(Z^T * second_deriv_neg_ll_.asDiagonal() * Cross_Cov^T)
2725
- sp_mat_t Cross_Cov = Ztilde * Sigma * Zt;
2726
- sp_mat_t Maux = Zt * second_deriv_neg_ll_.asDiagonal() * Cross_Cov.transpose();
2727
- TriangularSolveGivenCholesky<chol_sp_mat_t, sp_mat_t, sp_mat_t, sp_mat_t>(chol_fact_SigmaI_plus_ZtWZ_grouped_, Maux, Maux, false);
2722
+ sp_mat_t SigmaI_plus_ZtWZ_I(Sigma.cols(), Sigma.cols());
2723
+ SigmaI_plus_ZtWZ_I.setIdentity();
2724
+ TriangularSolveGivenCholesky<chol_sp_mat_t, sp_mat_t, sp_mat_t, sp_mat_t>(chol_fact_SigmaI_plus_ZtWZ_grouped_, SigmaI_plus_ZtWZ_I, SigmaI_plus_ZtWZ_I, false);
2725
+ TriangularSolveGivenCholesky<chol_sp_mat_t, sp_mat_t, sp_mat_t, sp_mat_t>(chol_fact_SigmaI_plus_ZtWZ_grouped_, SigmaI_plus_ZtWZ_I, SigmaI_plus_ZtWZ_I, true);
2726
+ sp_mat_t Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I = (Sigma * (Zt * second_deriv_neg_ll_.asDiagonal() * Zt.transpose())) * SigmaI_plus_ZtWZ_I;
2728
2727
  if (calc_pred_cov) {
2729
- pred_cov += (T_mat)(Maux.transpose() * Maux);
2730
- pred_cov -= (T_mat)(Cross_Cov * second_deriv_neg_ll_.asDiagonal() * Cross_Cov.transpose());
2728
+ pred_cov -= (T_mat)(Ztilde * Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I * Ztilde.transpose());
2731
2729
  }
2732
2730
  if (calc_pred_var) {
2733
- sp_mat_t Maux3 = Cross_Cov.cwiseProduct(Cross_Cov * second_deriv_neg_ll_.asDiagonal());
2734
- Maux = Maux.cwiseProduct(Maux);
2731
+ sp_mat_t Maux = Ztilde;
2732
+ CalcAtimesBGivenSparsityPattern<sp_mat_t>(Ztilde, Sigma_Zt_W_Z_SigmaI_plus_ZtWZ_I, Maux);
2735
2733
  #pragma omp parallel for schedule(static)
2736
2734
  for (int i = 0; i < (int)pred_mean.size(); ++i) {
2737
- pred_var[i] += Maux.col(i).sum() - Maux3.row(i).sum();
2738
- }
2739
- }
2735
+ pred_var[i] -= (Ztilde.row(i)).dot(Maux.row(i));
2736
+ }
2737
+ }
2738
+ //Old code (not used anymore)
2739
+ // // calculate Maux = L\(Z^T * second_deriv_neg_ll_.asDiagonal() * Cross_Cov^T)
2740
+ // sp_mat_t Cross_Cov = Ztilde * Sigma * Zt;
2741
+ // sp_mat_t Maux = Zt * second_deriv_neg_ll_.asDiagonal() * Cross_Cov.transpose();
2742
+ // TriangularSolveGivenCholesky<chol_sp_mat_t, sp_mat_t, sp_mat_t, sp_mat_t>(chol_fact_SigmaI_plus_ZtWZ_grouped_, Maux, Maux, false);
2743
+ // if (calc_pred_cov) {
2744
+ // pred_cov += (T_mat)(Maux.transpose() * Maux);
2745
+ // pred_cov -= (T_mat)(Cross_Cov * second_deriv_neg_ll_.asDiagonal() * Cross_Cov.transpose());
2746
+ // }
2747
+ // if (calc_pred_var) {
2748
+ // sp_mat_t Maux3 = Cross_Cov.cwiseProduct(Cross_Cov * second_deriv_neg_ll_.asDiagonal());
2749
+ // Maux = Maux.cwiseProduct(Maux);
2750
+ //#pragma omp parallel for schedule(static)
2751
+ // for (int i = 0; i < (int)pred_mean.size(); ++i) {
2752
+ // pred_var[i] += Maux.col(i).sum() - Maux3.row(i).sum();
2753
+ // }
2754
+ // }
2740
2755
  }
2741
2756
  }//end PredictLaplaceApproxGroupedRE
2742
2757
 
@@ -3239,7 +3239,7 @@ negll = yTPsiInvy_ / 2. / sigma2 + log_det_Psi_ / 2. + num_data_ / 2. * (std::lo
3239
3239
  /*! \brief Maximal number of iterations for conjugate gradient algorithm when being run as Lanczos algorithm for tridiagonalization */
3240
3240
  int cg_max_num_it_tridiag_ = 1000;
3241
3241
  /*! \brief Tolerance level for L2 norm of residuals for checking convergence in conjugate gradient algorithm when being used for parameter estimation */
3242
- double cg_delta_conv_ = 1e-3;
3242
+ double cg_delta_conv_ = 1e-2;
3243
3243
  /*! \brief Tolerance level for L2 norm of residuals for checking convergence in conjugate gradient algorithm when being used for prediction */
3244
3244
  double cg_delta_conv_pred_ = 1e-3;
3245
3245
  /*! \brief Number of samples when simulation is used for calculating predictive variances */
@@ -412,6 +412,29 @@ namespace GPBoost {
412
412
  LtL = L.transpose() * L;
413
413
  }//end CalcLtLGivenSparsityPattern (dense)
414
414
 
415
+ /*!
416
+ * \brief Calculate A * B only at non-zero entries for a given sparsiy pattern of AB
417
+ * \param A Matrix A
418
+ * \param B Square matrix B
419
+ * \param AB[out] Matrix which contains a sparsity pattern and on which A * B is calculated at the non-zero entries of A
420
+ */
421
+ //T_mat needs to be a sp_mat_t or sp_mat_rm_t
422
+ template <class T_mat>
423
+ void CalcAtimesBGivenSparsityPattern(const T_mat& A, const T_mat& B, T_mat& AB) {
424
+ CHECK(B.rows() == B.cols());
425
+ CHECK(A.cols() == B.rows());
426
+ CHECK(AB.rows() == A.rows());
427
+ CHECK(AB.cols() == A.cols());
428
+ #pragma omp parallel for schedule(static)
429
+ for (int k = 0; k < AB.outerSize(); ++k) {
430
+ for (typename T_mat::InnerIterator it(AB, k); it; ++it) {
431
+ int i = (int)it.row();
432
+ int j = (int)it.col();
433
+ it.valueRef() = (A.row(i)).dot(B.col(j));
434
+ }
435
+ }
436
+ }//end CalcAtimesBGivenSparsityPattern (sparse)
437
+
415
438
  /*!
416
439
  * \brief Multiplies a vector v by the (transposed) incidence matrix Zt when only indices that indicate to which random effect every data point is related are given
417
440
  * \param num_data Number of data points
@@ -0,0 +1 @@
1
+ 1.2.7