forked from GUDHI/gudhi-devel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from DavidLapous/multiparam_st_schreib_clean
Doc for Multi_filtration
- Loading branch information
Showing
10 changed files
with
1,318 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
The files of this directory are part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT. | ||
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details. | ||
|
||
Author(s): Hannah Schreiber, David Loiseaux | ||
|
||
Copyright (C) 2024 Inria | ||
|
||
This gives everyone the freedoms to use openFrameworks in any context: | ||
commercial or non-commercial, public or private, open or closed source. | ||
|
||
You should have received a copy of the MIT License along with this program. | ||
If not, see https://opensource.org/licenses/MIT. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT. | ||
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details. | ||
* Author(s): Hannah Schreiber | ||
* | ||
* Copyright (C) 2024 Inria | ||
* | ||
* Modification(s): | ||
* - YYYY/MM Author: Description of the modification | ||
*/ | ||
|
||
#ifndef DOC_MULTI_FILTRATION_INTRO_H_ | ||
#define DOC_MULTI_FILTRATION_INTRO_H_ | ||
|
||
// needs namespace for Doxygen to link on classes | ||
namespace Gudhi { | ||
namespace multi_filtration { | ||
|
||
/** \defgroup multi_filtration Multi-parameter Filtration Values | ||
* @{ | ||
* \author David Loiseaux | ||
* | ||
* \section multifiltrationintro Multi-parameter Filtration Values | ||
* | ||
* TODO: introduction to @ref One_critical_filtration and @ref Multi_critical_filtration | ||
* | ||
* \subsection multifiltrationexamples Examples | ||
* | ||
* Here is a list of examples using the module: | ||
* \li TODO?. | ||
* | ||
* @} | ||
*/ | ||
} // namespace persistence_fields | ||
} // namespace Gudhi | ||
|
||
#endif // DOC_MULTI_FILTRATION_INTRO_H_ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
696 changes: 476 additions & 220 deletions
696
src/Multi_filtration/include/gudhi/Multi_critical_filtration.h
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.