forked from thofma/Hecke.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
40 lines (31 loc) · 947 Bytes
/
todo.txt
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
General
------
* Provide an assert macro with different levels
* Provide a macro for verbose print
* Provide (prototype) documentation in the following formats:
REPL using @doc, html, as well as pdf
* Copyright information (BSD 2-clause) in each file
* (Move hecke to own julia package)
* Build a (user)sysimage to speed up starting time
NfOrder
-------
* implement Montes--Nart algorithm
* composite Dedekind criterion
* composite Round Two algorithm
* clever maximal order computation using the above
* implement information about containment (O_1 \sub O_2)
* save prime factors of discriminant
* allow maximal order computation with information about prime divisors
* write tests
* write doc
NfMaximalOrder
--------------
* implement it so that transition PariMaximalOrder -> NfMaximalOrder is smooth
* write tests
* write doc
(Nf)ClassGroup
--------------
* move to hecke
Lattices?
---------
* think about it