Skip to content

Commit 27c7b79

Browse files
author
arnaudon
committed
Fix doc
1 parent 00682e1 commit 27c7b79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pygenstability/constructors.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ class constructor_signed_combinatorial(Constructor):
299299
300300
F(t) = \exp(-Lt)^T\exp(-Lt)
301301
302-
where :math:`L=D_{\abs}-A` is the signed combinatorial Laplacian,
303-
:math:`D_{\abs}=\mathrm{diag}(d_\abs)` the diagonal matrix of absolute node
304-
strengths :math:`d_\abs`, and the associated null model is given by
302+
where :math:`L=D_{\mathrm{abs}}-A` is the signed combinatorial Laplacian,
303+
:math:`D_{\mathrm{abs}}=\mathrm{diag}(d_\mathrm{abs})` the diagonal matrix of absolute node
304+
strengths :math:`d_\mathrm{abs}`, and the associated null model is given by
305305
:math:`v_1=v_2=\boldsymbol{0}`, where :math:`\boldsymbol{0}` is the vector of zeros.
306306
"""
307307

0 commit comments

Comments
 (0)