summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h')
-rw-r--r--src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h b/src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h
index bfb77384..fc3cd142 100644
--- a/src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h
+++ b/src/Persistence_representations/include/gudhi/Sliced_Wasserstein.h
@@ -39,7 +39,6 @@
#include <functional>
#include <boost/math/constants/constants.hpp>
-double pi = boost::math::constants::pi<double>();
using PD = std::vector<std::pair<double,double> >;
namespace Gudhi {
@@ -77,13 +76,14 @@ class Sliced_Wasserstein {
double sigma;
std::vector<std::vector<double> > projections, projections_diagonal;
-
public:
+ double pi = boost::math::constants::pi<double>();
+
void build_rep(){
if(approx > 0){
-
+
double step = pi/this->approx;
int n = diagram.size();