Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

from __future__ import absolute_import 

from .quatalg.all import * 

 

from .modsym.all import * 

 

from .modform.all import * 

 

from .ssmod.all import * 

 

from .abvar.all import * 

 

from .dirichlet import (DirichletGroup, 

kronecker_character, kronecker_character_upside_down, 

trivial_character) 

 

from .arithgroup.all import (Gamma0, Gamma1, GammaH, Gamma, SL2Z, 

ArithmeticSubgroup_Permutation, 

CongruenceSubgroup, FareySymbol) 

 

from .cusps import Cusp, Cusps 

 

from .dims import (dimension_cusp_forms, 

dimension_new_cusp_forms, 

dimension_eis, 

dimension_modular_forms, 

sturm_bound) 

 

from .buzzard import buzzard_tpslopes 

 

from .etaproducts import * 

 

from .overconvergent.all import * 

 

from .local_comp.all import * 

 

from .cusps_nf import NFCusp, NFCusps, NFCusps_clear_cache, Gamma0_NFCusps 

 

from .btquotients.all import * 

 

from .pollack_stevens.all import *