Skip to content

Commit

Permalink
WIP: Encapsulate functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Nahuel Espinosa <[email protected]>
  • Loading branch information
nahueespinosa committed Jun 26, 2024
1 parent c3b78c7 commit 5b1f1a1
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 314 deletions.
1 change: 1 addition & 0 deletions beluga/include/beluga/algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* \brief Includes all beluga algorithms.
*/

#include <beluga/algorithm/cluster_based_estimator.hpp>
#include <beluga/algorithm/distance_map.hpp>
#include <beluga/algorithm/effective_sample_size.hpp>
#include <beluga/algorithm/estimation.hpp>
Expand Down
Loading

0 comments on commit 5b1f1a1

Please sign in to comment.