source: git/libpolys/libpolys.dox

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 752 bytes
Line 
1/*!
2 \page libpolys_page Basic Data Structures
3
4 \brief Basic Data Structures for Singular
5
6
7 This is a (mostly) separate package containing the definition and implementaion for
8 Singular data structures, such as,
9 numbers in coefficient rings and fields (\ref libpolys_coeffs_page),
10 polynomials, ideals and modules over polynomial rings (\ref libpolys_polys_page),
11 as well as related arithmetic and minimal necessary functionality.
12
13 - \subpage libpolys_misc_page
14 - \subpage libpolys_reporter_page
15 - \subpage libpolys_coeffs_page
16 - \subpage libpolys_polys_page
17
18*/
19
20
21/*!
22\dir misc
23\ref libpolys_misc_page
24*/
25/*!
26\dir reporter
27\ref libpolys_reporter_page
28*/
29/*!
30\dir coeffs
31\ref libpolys_coeffs_page
32*/
33/*!
34\dir polys
35\ref libpolys_polys_page
36*/
37
Note: See TracBrowser for help on using the repository browser.