Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/157.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ pari/gp中LLL算法的代码_C++_C_Cryptography_Pari Gp_Mathematical Lattices - Fatal编程技术网

C++ pari/gp中LLL算法的代码

C++ pari/gp中LLL算法的代码,c++,c,cryptography,pari-gp,mathematical-lattices,C++,C,Cryptography,Pari Gp,Mathematical Lattices,我知道在PARI/GP中,函数qflll在一组基上执行LLL算法。但是,我是否可以查看PARI/GP库中qflll的代码?或者有人知道在PARI/GP库中LLL算法是如何工作的吗?可以使用git下载PARI/GP源代码 git克隆http://pari.math.u-bordeaux.fr/git/pari.git 或者您可以在线检查源代码。以下是到LLL部分的链接: 是的,这对您来说是可能的。是GNU通用公共许可下的自由软件,因此您可以自己查看。(14:39)gp>?idealred ide

我知道在PARI/GP中,函数
qflll
在一组基上执行LLL算法。但是,我是否可以查看PARI/GP库中
qflll
的代码?或者有人知道在PARI/GP库中LLL算法是如何工作的吗?

可以使用git下载PARI/GP源代码

git克隆http://pari.math.u-bordeaux.fr/git/pari.git
或者您可以在线检查源代码。以下是到LLL部分的链接:

是的,这对您来说是可能的。是GNU通用公共许可下的自由软件,因此您可以自己查看。(14:39)gp>?idealred idealred(nf,I,{v=0}):数域nf中理想I沿v方向的LLL约化,单位为HNF。