We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00682e1 commit 27c7b79Copy full SHA for 27c7b79
1 file changed
src/pygenstability/constructors.py
@@ -299,9 +299,9 @@ class constructor_signed_combinatorial(Constructor):
299
300
F(t) = \exp(-Lt)^T\exp(-Lt)
301
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
+ where :math:`L=D_{\mathrm{abs}}-A` is the signed combinatorial Laplacian,
+ :math:`D_{\mathrm{abs}}=\mathrm{diag}(d_\mathrm{abs})` the diagonal matrix of absolute node
+ strengths :math:`d_\mathrm{abs}`, and the associated null model is given by
305
:math:`v_1=v_2=\boldsymbol{0}`, where :math:`\boldsymbol{0}` is the vector of zeros.
306
"""
307
0 commit comments