GUDHI library
Nav
Contact
GUDHI
Project
People
Keep in touch
Partners and Funding
Related projects
They are talking about us
GUDHI in action
Etymology
Download
Licensing
Get the latest sources
Conda package
Pip package
Dockerfile
Documentation
Introduction
C++ installation manual
C++ documentation
Python installation manual
Python documentation
Utilities
Tutorials
Interfaces
Topological_data_with_averages.h
1
2
/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
3
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
4
* Author(s): Pawel Dlotko
5
*
6
* Copyright (C) 2016 Inria
7
*
8
* Modification(s):
9
* - YYYY/MM Author: Description of the modification
10
*/
11
12
#ifndef CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
13
#define CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
14
15
namespace
Gudhi {
16
17
namespace
Persistence_representations {
18
23
class
Topological_data_with_averages
{
24
public
:
25
void
compute_average(
const
std::vector<Topological_data_with_averages*>& to_average);
26
};
27
28
}
// namespace Persistence_representations
29
30
}
// namespace Gudhi
31
32
#endif
// CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
Gudhi::Persistence_representations::Topological_data_with_averages
The concept Topological_data_with_averages describes the requirements for a type to implement a conta...
Definition:
Topological_data_with_averages.h:23
GUDHI Version 3.5.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT
Generated on Thu Jan 13 2022 08:34:27 for GUDHI by
Doxygen
1.9.2