File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
from sage .matrix .constructor import matrix , identity_matrix
31
31
from sage .misc .prandom import randint
32
32
from sage .quadratic_forms .quadratic_form import QuadraticForm
33
- from sage .quadratic_forms .. ternary import (_basic_lemma ,
34
- _find_a_ternary_qf_by_level_disc ,
35
- _find_all_ternary_qf_by_level_disc ,
36
- _find_p_neighbor_from_vec ,
37
- _find_zeros_mod_p_2 ,
38
- _find_zeros_mod_p_odd ,
39
- _reduced_ternary_form_eisenstein_with_matrix ,
40
- _reduced_ternary_form_eisenstein_without_matrix )
33
+ from sage .quadratic_forms .ternary import (_basic_lemma ,
34
+ _find_a_ternary_qf_by_level_disc ,
35
+ _find_all_ternary_qf_by_level_disc ,
36
+ _find_p_neighbor_from_vec ,
37
+ _find_zeros_mod_p_2 ,
38
+ _find_zeros_mod_p_odd ,
39
+ _reduced_ternary_form_eisenstein_with_matrix ,
40
+ _reduced_ternary_form_eisenstein_without_matrix )
41
41
42
42
from sage .rings .finite_rings .integer_mod import mod
43
43
from sage .rings .integer_ring import ZZ
You can’t perform that action at this time.
0 commit comments