source: git/ntl/doc/mat_poly_ZZ.txt @ 2cfffe

spielwiese
Last change on this file since 2cfffe was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 391 bytes
Line 
1
2/**************************************************************************\
3
4MODULE: mat_poly_ZZ
5
6SUMMARY:
7
8Routine for computing the characteristic polynomial of a matrix over ZZ.
9
10
11
12\**************************************************************************/
13
14
15#include <NTL/mat_ZZ.h>
16#include <NTL/ZZX.h>
17
18void CharPoly(ZZX& f, const mat_ZZ& M);
19// f = characteristic polynomial of M
20
21
Note: See TracBrowser for help on using the repository browser.