File: libpolys.dox

package info (click to toggle)
singular 1%3A4.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,520 kB
  • sloc: cpp: 319,164; ansic: 42,206; perl: 5,855; sh: 5,524; lisp: 4,241; python: 2,101; makefile: 1,890; yacc: 1,651; pascal: 1,411; lex: 1,367; tcl: 1,024; xml: 182
file content (37 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*!
 \page libpolys_page Basic Data Structures

 \brief Basic Data Structures for Singular


 This is a (mostly) separate package containing the definition and implementation for
 Singular data structures, such as,
 numbers in coefficient rings and fields (\ref libpolys_coeffs_page),
 polynomials, ideals and modules over polynomial rings (\ref libpolys_polys_page),
 as well as related arithmetic and minimal necessary functionality.

 - \subpage libpolys_misc_page
 - \subpage libpolys_reporter_page
 - \subpage libpolys_coeffs_page
 - \subpage libpolys_polys_page

*/


/*!
\dir misc
\ref libpolys_misc_page
*/
/*!
\dir reporter
\ref libpolys_reporter_page
*/
/*!
\dir coeffs
\ref libpolys_coeffs_page
*/
/*!
\dir polys
\ref libpolys_polys_page
*/