Skip to content

Commit 1374ad6

Browse files
committed
Some more changes
1 parent 0ea1810 commit 1374ad6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sage/modules/free_module_integer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,12 +907,10 @@ def hadamard_ratio(self, use_reduced_basis=True):
907907
908908
\mathcal{H}(B) = \dfrac{det L}{\|v_1\| \|v_2\| \cdots \|v_n\|}^{\dfrac{1}{n}}
909909
910-
911910
The closer this ratio is to 1, the more orthogonal the basis is.
912911
913912
INPUT:
914-
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis
915-
for computing the ratio
913+
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis for computing the ratio
916914
917915
OUTPUT: the ratio described above.
918916

0 commit comments

Comments
 (0)