pyknotid/spacecurves/knot.py:310:            :meth:`pyknotid.spacecurves.openknot.OpenKnot.alexander_fractions.
pyknotid/spacecurves/knot.py:330:                    alex = k.alexander_fractions(**kwargs)[-1][0]
pyknotid/spacecurves/knot.py:737:    alexanders = k.alexander_fractions()
pyknotid/spacecurves/complexity.py:548:    cumulative_fractions = cumulative_lengths / total_length
pyknotid/spacecurves/complexity.py:549:    assert np.max(cumulative_fractions) <= 1.000001
pyknotid/spacecurves/complexity.py:558:            # difference = cumulative_fractions[i2] - cumulative_fractions[i1]
pyknotid/spacecurves/complexity.py:604:    cumulative_fractions = cumulative_lengths / total_length
pyknotid/spacecurves/complexity.py:605:    assert np.max(cumulative_fractions) <= 1.000001
pyknotid/spacecurves/openknot.py:299:    def alexander_fractions(self, number_of_samples=10, **kwargs):
pyknotid/spacecurves/openknot.py:474:    def virtual_fractions(self, number_of_samples=10, **kwargs):
