mat_poly_lzz_p.h

来自「密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a 」· C头文件 代码 · 共 16 行

H
16
字号

#ifndef NTL_mat_poly_zz_p__H
#define NTL_mat_poly_zz_p__H

#include <NTL/mat_lzz_p.h>
#include <NTL/lzz_pX.h>

NTL_OPEN_NNS

void CharPoly(zz_pX& f, const mat_zz_p& M);

NTL_CLOSE_NNS


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?