mat_poly_zz.txt
来自「NTL is a high-performance, portable C++ 」· 文本 代码 · 共 22 行
TXT
22 行
/**************************************************************************\
MODULE: mat_poly_ZZ
SUMMARY:
Routine for computing the characteristic polynomial of a matrix over ZZ.
\**************************************************************************/
#include <NTL/mat_ZZ.h>
#include <NTL/ZZX.h>
void CharPoly(ZZX& f, const mat_ZZ& M);
// f = characteristic polynomial of M
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?