summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h b/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h
index 681f5d8d..925d784f 100644
--- a/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h
+++ b/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_landscape.h
@@ -270,7 +270,7 @@ public:
}
/**
- *\private Computations of a L^i norm of landscape, where i is the input parameter.
+ *\private Computations of a \f$L^i\f$ norm of landscape, where i is the input parameter.
**/
double compute_norm_of_landscape( double i )
{
@@ -291,14 +291,14 @@ public:
double operator()(unsigned level,double x)const{return this->compute_value_at_a_given_point(level,x);}
/**
- *\private Computations of L^{\infty} distance between two landscapes.
+ *\private Computations of \f$L^{\infty}\f$ distance between two landscapes.
**/
friend double compute_max_norm_distance_of_landscapes( const Persistence_landscape& first, const Persistence_landscape& second );
//friend double compute_max_norm_distance_of_landscapes( const Persistence_landscape& first, const Persistence_landscape& second , unsigned& nrOfLand , double&x , double& y1, double& y2 );
/**
- *\private Computations of L^{p} distance between two landscapes. p is the parameter of the procedure.
+ *\private Computations of \f$L^{p}\f$ distance between two landscapes. p is the parameter of the procedure.
**/
friend double compute_distance_of_landscapes( const Persistence_landscape& first, const Persistence_landscape& second , double p );