Home
last modified time | relevance | path

Searched refs:LLL_KER (Results 1 – 7 of 7) sorted by relevance

/dports/math/pari/pari-2.13.3/src/headers/
H A Dparinf.h97 LLL_KER = 1, /* only kernel */ enumerator
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dlll.c33 if (flag & LLL_KER) return matid(1); in lll_trivial()
38 if (flag & LLL_KER) return cgetg(1,t_MAT); in lll_trivial()
57 if (!(flag & (LLL_IM|LLL_KER|LLL_ALL|LLL_INPLACE))) return h; in lll_finish()
59 if (flag & LLL_KER) { setlg(h,k+1); return h; } in lll_finish()
H A Dbase5.c665 z = ZM_lll(shallowconcat(ZK,x), 0.99, LLL_KER); in rnfidealdown()
H A Dbase4.c2485 z = ZM_lll(shallowconcat(x,y), 0.99, LLL_KER); lz = lg(z); in idealintersect()
/dports/math/pari/pari-2.13.3/
H A DCOMPAT681 LLL reduction of the returned basis is not deisred] ZM_lll(,0.99,LLL_KER)
H A DCHANGES-2.4947 38- obsolete library function kerint1. Use kerint or ZM_lll(,0.99,LLL_KER)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch6.tex2841 \item \tet{LLL_KER} If set, only return a kernel basis $K$ (not LLL-reduced).