class_group 0.6.1

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Function: lfunqf
Section: l_functions
C-Name: lfunqf
Prototype: Gp
Help: lfunqf(Q): returns the Ldata structure attached to the
 theta function of the lattice attached to the definite positive quadratic
 form Q.
Doc: returns the \kbd{Ldata} structure attached to the $\Theta$ function
 of the lattice attached to the definite positive quadratic form $Q$.
 \bprog
 ? L = lfunqf(matid(2));
 ? lfunqf(L,2)
 %2 = 6.0268120396919401235462601927282855839
 ? lfun(x^2+1,2)*4
 %3 = 6.0268120396919401235462601927282855839
 @eprog