コード例 #1
0
ファイル: generate.py プロジェクト: roed314/lmfdb_postgres
def char_db():
    for x in dirichlet_l_iterator(max_conductor=20):
        up(lf_data(x))
コード例 #2
0
ファイル: generate.py プロジェクト: roed314/lmfdb_postgres
def ec_db():
    for x in ec_l_iterator(min_conductor=1, max_conductor=30):
        up(lf_data(x))
コード例 #3
0
ファイル: generate.py プロジェクト: roed314/lmfdb_postgres
def hgm_db():
    for x in hypergeometric_l_iterator(max_conductor=30):
        up(lf_data(x))
コード例 #4
0
ファイル: generate.py プロジェクト: roed314/lmfdb_postgres
def artin_db():
    for x in artin_l_iterator(max_conductor=5):
        up(lf_data(x))
コード例 #5
0
ファイル: generate.py プロジェクト: AurelPage/lmfdb
def artin_db():
    for x in artin_l_iterator(max_conductor = 5):
        up(lf_data(x))
コード例 #6
0
ファイル: generate.py プロジェクト: AurelPage/lmfdb
def char_db():
    for x in dirichlet_l_iterator(max_conductor = 20):
        up(lf_data(x))
コード例 #7
0
ファイル: generate.py プロジェクト: AurelPage/lmfdb
def hgm_db():
    for x in hypergeometric_l_iterator(max_conductor = 30):
        up(lf_data(x))
コード例 #8
0
ファイル: generate.py プロジェクト: AurelPage/lmfdb
def ec_db():
    for x in ec_l_iterator(min_conductor = 1, max_conductor = 30):
        up(lf_data(x))