Skip to content

Commit 966cdc8

Browse files
committed
More fixes
1 parent 383a6ea commit 966cdc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/modules/free_module_integer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,13 +907,14 @@ def hadamard_ratio(self, use_reduced_basis=True):
907907
908908
\mathcal{H}(B) = \left(\dfrac{det L}{\|v_1\| \|v_2\| \cdots \|v_n\|}\right)^{\frac{1}{n}}
909909
910+
910911
The closer this ratio is to 1, the more orthogonal the basis is.
911912
912913
INPUT:
913914
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis
914915
for computing the ratio
915916
916-
OUTPUT: the ratio described above. This ratio lies in (0, 1]
917+
OUTPUT: the ratio described above.
917918
918919
EXAMPLES::
919920

0 commit comments

Comments
 (0)