Skip to content

Commit

Permalink
Updated gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 15, 2024
1 parent 87be3e7 commit 1494a10
Show file tree
Hide file tree
Showing 115 changed files with 11,562 additions and 6,179 deletions.
14 changes: 7 additions & 7 deletions developers-guide/class-diagrams.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ <h2><a href="#support-for-different-coefficients" name="support-for-different-co

Fractional *-- `Chain[CellT: Cell, CoefficientT: Fractional]`
`Cell[CellT]` *-- `Chain[CellT: Cell, CoefficientT: Fractional]`
`Cell[CellT]` --&gt; `AbstractSimplex[VertexT]`
`Cell[CellT]` --&gt; `Simplex[VertexT]`
class `Cell[CellT]` {
&lt;&lt;interface Typeclass&gt;&gt;
boundary() Chain[CellT, CoefficientT]
}
class `AbstractSimplex[VertexT]` {
class `Simplex[VertexT]` {
&lt;&lt;extends SortedSet, Cell&gt;&gt;
size : Int
iterator : Iterator[VertexT]
Expand All @@ -212,12 +212,12 @@ <h2><a href="#support-for-different-coefficients" name="support-for-different-co
</code></pre>
<h2><a href="#how-do-we-describe-a-simplicial-complex-" name="how-do-we-describe-a-simplicial-complex-" class="anchor"><span class="anchor-link"></span></a>How do we describe a Simplicial Complex?</h2>
<pre class="prettyprint"><code class="language-mermaid">classDiagram
`Cell[CellT]` --&gt; `AbstractSimplex[VertexT]`
`Cell[CellT]` --&gt; `Simplex[VertexT]`
class `Cell[CellT]` {
&lt;&lt;interface Typeclass&gt;&gt;
boundary() Chain[CellT, CoefficientT]
}
class `AbstractSimplex[VertexT]` {
class `Simplex[VertexT]` {
&lt;&lt;extends SortedSet, Cell&gt;&gt;
size : Int
iterator : Iterator[VertexT]
Expand All @@ -233,15 +233,15 @@ <h2><a href="#how-do-we-describe-a-simplicial-complex-" name="how-do-we-describe
iterator : Iterator[T]
knownSize : Int
}
class `Filtration[VertexT,FiltrationT]` {
class `SimplexFiltration[VertexT,FiltrationT]` {
filtrationValue(simplex: AbstractSimplex[VertexT]) FiltrationT
}
class `SimplexStream[VertexT,FiltrationT]` {
&lt;&lt;extends Filtration[VertexT,FiltrationT], IterableOnce[AbstractSimplex[VertexT]]&gt;&gt;
}
`IterableOnce[T]` --&gt; `SimplexStream[VertexT,FiltrationT]` : inherits
`Filtration[VertexT,FiltrationT]` --&gt; `SimplexStream[VertexT,FiltrationT]` : inherits
`AbstractSimplex[VertexT]` &quot;*&quot; o-- &quot;1&quot; `SimplexStream[VertexT,FiltrationT]` : contains
`SimplexFiltration[VertexT,FiltrationT]` --&gt; `SimplexStream[VertexT,FiltrationT]` : inherits
`Simplex[VertexT]` &quot;*&quot; o-- &quot;1&quot; `SimplexStream[VertexT,FiltrationT]` : contains

class `ExplicitStream[VertexT,FiltrationT]` {
filtrationValues : Map[AbstractSimplex[VertexT],FiltrationT]
Expand Down
2 changes: 1 addition & 1 deletion latest/api/index.html

Large diffs are not rendered by default.

1,985 changes: 1,496 additions & 489 deletions latest/api/org/appliedtopology/tda4j.html

Large diffs are not rendered by default.

428 changes: 0 additions & 428 deletions latest/api/org/appliedtopology/tda4j/AbstractSimplex$.html

This file was deleted.

8 changes: 4 additions & 4 deletions latest/api/org/appliedtopology/tda4j/BronKerbosch.html

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions latest/api/org/appliedtopology/tda4j/Cell.html

Large diffs are not rendered by default.

369 changes: 369 additions & 0 deletions latest/api/org/appliedtopology/tda4j/CellStream.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

686 changes: 686 additions & 0 deletions latest/api/org/appliedtopology/tda4j/CellularHomologyContext.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/Chain$.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/Chain.html

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions latest/api/org/appliedtopology/tda4j/ChainOps.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/api/org/appliedtopology/tda4j/CliqueFinder$.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions latest/api/org/appliedtopology/tda4j/CliqueFinder.html

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions latest/api/org/appliedtopology/tda4j/CubeStream.html

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions latest/api/org/appliedtopology/tda4j/Cubical$.html

Large diffs are not rendered by default.

21 changes: 19 additions & 2 deletions latest/api/org/appliedtopology/tda4j/DegenerateInterval.html

Large diffs are not rendered by default.

155 changes: 155 additions & 0 deletions latest/api/org/appliedtopology/tda4j/DoubleFiltration.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/ElementaryCube.html

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion latest/api/org/appliedtopology/tda4j/ElementaryInterval.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions latest/api/org/appliedtopology/tda4j/ExpandList.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

132 changes: 114 additions & 18 deletions latest/api/org/appliedtopology/tda4j/ExplicitStream.html

Large diffs are not rendered by default.

35 changes: 13 additions & 22 deletions latest/api/org/appliedtopology/tda4j/ExplicitStreamBuilder.html

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions latest/api/org/appliedtopology/tda4j/Filterable.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions latest/api/org/appliedtopology/tda4j/FilteredSimplexOrdering.html

Large diffs are not rendered by default.

143 changes: 121 additions & 22 deletions latest/api/org/appliedtopology/tda4j/Filtration.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/FiniteField$Fp$.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/FiniteField.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions latest/api/org/appliedtopology/tda4j/FiniteMetricSpace$.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Div.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Inv.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Minus.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Negate.html

Large diffs are not rendered by default.

415 changes: 415 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$One$.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Plus.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Prod.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Succ.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Sum.html

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Times.html

Large diffs are not rendered by default.

415 changes: 415 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$$Zero$.html

Large diffs are not rendered by default.

809 changes: 809 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr$.html

Large diffs are not rendered by default.

130 changes: 130 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalExpr.html

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions latest/api/org/appliedtopology/tda4j/FractionalHandler.html

Large diffs are not rendered by default.

21 changes: 19 additions & 2 deletions latest/api/org/appliedtopology/tda4j/FullInterval.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/HyperCube.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/HyperCubeBitSet.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions latest/api/org/appliedtopology/tda4j/HyperCubeSymmetry.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions latest/api/org/appliedtopology/tda4j/HyperCubeSymmetryBitSet.html

Large diffs are not rendered by default.

This file was deleted.

123 changes: 15 additions & 108 deletions latest/api/org/appliedtopology/tda4j/HyperCubeSymmetryGenerators.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions latest/api/org/appliedtopology/tda4j/Kruskal$.html

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions latest/api/org/appliedtopology/tda4j/Kruskal.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/api/org/appliedtopology/tda4j/LazyVietorisRips$.html

Large diffs are not rendered by default.

This file was deleted.

219 changes: 128 additions & 91 deletions latest/api/org/appliedtopology/tda4j/MaskedSymmetricRipserStream.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/OrderedBasis.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/Permutations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/RingModule$.html

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions latest/api/org/appliedtopology/tda4j/RingModule.html

Large diffs are not rendered by default.

327 changes: 0 additions & 327 deletions latest/api/org/appliedtopology/tda4j/RipserCliqueFinder$sc$.html

This file was deleted.

103 changes: 5 additions & 98 deletions latest/api/org/appliedtopology/tda4j/RipserCliqueFinder.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/RipserStream$.html

Large diffs are not rendered by default.

205 changes: 113 additions & 92 deletions latest/api/org/appliedtopology/tda4j/RipserStream.html

Large diffs are not rendered by default.

327 changes: 0 additions & 327 deletions latest/api/org/appliedtopology/tda4j/RipserStreamBase$sc$.html

This file was deleted.

231 changes: 134 additions & 97 deletions latest/api/org/appliedtopology/tda4j/RipserStreamBase.html

Large diffs are not rendered by default.

158 changes: 144 additions & 14 deletions latest/api/org/appliedtopology/tda4j/RipserStreamOf.html

Large diffs are not rendered by default.

327 changes: 0 additions & 327 deletions latest/api/org/appliedtopology/tda4j/RipserStreamSparse$sc$.html

This file was deleted.

232 changes: 142 additions & 90 deletions latest/api/org/appliedtopology/tda4j/RipserStreamSparse.html

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions latest/api/org/appliedtopology/tda4j/Simplex$.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

134 changes: 0 additions & 134 deletions latest/api/org/appliedtopology/tda4j/SimplexContext$Simplex$.html

This file was deleted.

107 changes: 0 additions & 107 deletions latest/api/org/appliedtopology/tda4j/SimplexContext$s$.html

This file was deleted.

309 changes: 0 additions & 309 deletions latest/api/org/appliedtopology/tda4j/SimplexContext.html

This file was deleted.

327 changes: 0 additions & 327 deletions latest/api/org/appliedtopology/tda4j/SimplexIndexing$sc$.html

This file was deleted.

113 changes: 10 additions & 103 deletions latest/api/org/appliedtopology/tda4j/SimplexIndexing.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/api/org/appliedtopology/tda4j/SimplexStream$.html

Large diffs are not rendered by default.

130 changes: 102 additions & 28 deletions latest/api/org/appliedtopology/tda4j/SimplexStream.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

313 changes: 64 additions & 249 deletions latest/api/org/appliedtopology/tda4j/SimplicialHomologyContext.html

Large diffs are not rendered by default.

360 changes: 360 additions & 0 deletions latest/api/org/appliedtopology/tda4j/StratifiedCellStream.html

Large diffs are not rendered by default.

365 changes: 365 additions & 0 deletions latest/api/org/appliedtopology/tda4j/StratifiedSimplexStream.html

Large diffs are not rendered by default.

This file was deleted.

103 changes: 5 additions & 98 deletions latest/api/org/appliedtopology/tda4j/SymmetricRipserCliqueFinder.html

Large diffs are not rendered by default.

201 changes: 111 additions & 90 deletions latest/api/org/appliedtopology/tda4j/SymmetricRipserStream.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions latest/api/org/appliedtopology/tda4j/SymmetryGroup.html

Large diffs are not rendered by default.

326 changes: 62 additions & 264 deletions latest/api/org/appliedtopology/tda4j/TDAContext.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/UnionFind$UFSet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/UnionFind.html

Large diffs are not rendered by default.

160 changes: 145 additions & 15 deletions latest/api/org/appliedtopology/tda4j/VietorisRips.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/barcode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/api/org/appliedtopology/tda4j/barcode/Barcode.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions latest/api/org/appliedtopology/tda4j/doubleHandler$.html

Large diffs are not rendered by default.

237 changes: 134 additions & 103 deletions latest/api/scripts/searchData.js

Large diffs are not rendered by default.

0 comments on commit 1494a10

Please sign in to comment.