Skip to content

Commit

Permalink
Merge pull request #4 from DavidLapous/multiparam_st_schreib_clean
Browse files Browse the repository at this point in the history
Doc for Multi_filtration
  • Loading branch information
DavidLapous authored Sep 3, 2024
2 parents 59f99b0 + d3625c4 commit ebafc31
Show file tree
Hide file tree
Showing 10 changed files with 1,318 additions and 497 deletions.
12 changes: 12 additions & 0 deletions src/Multi_filtration/doc/COPYRIGHT
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.
36 changes: 36 additions & 0 deletions src/Multi_filtration/doc/Intro_multi_filtration_values.h
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 src/Multi_filtration/include/gudhi/Multi_critical_filtration.h

Large diffs are not rendered by default.

Loading

0 comments on commit ebafc31

Please sign in to comment.