File: kernel.dox

package info (click to toggle)
singular 1%3A4.0.3-p3%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,040 kB
  • ctags: 19,347
  • sloc: cpp: 271,589; ansic: 13,500; lisp: 4,242; yacc: 1,656; lex: 1,377; makefile: 1,264; perl: 632; sh: 467; python: 233; xml: 182
file content (84 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download | duplicates (7)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/*!
 \page kernel_page Several involved mathematical algorithms (kernel)

 \brief Some core mathematical algorithms

 These algorithms rely on \ref libpolys_page.

 The files in `/kernel/` directory are combined into a internal library
 kernelCommon, which contains the functions (e.g. \ref rChangeCurrRing in \ref kernel/polys.h)
 and data members (e.g. \ref currRing in \ref kernel/polys.h)
 that can be shared among the following sub-packages:

 - \subpage kernel_numeric_page
 - \subpage kernel_combinatorics_page
 - \subpage kernel_GBEngine_page
 - \subpage kernel_groebner_walk_page
 - \subpage kernel_fglm_page
 - \subpage kernel_maps_page
 - \subpage kernel_spectrum_page
 - \subpage kernel_linear_algebra_page
 - \subpage kernel_oswrapper_page


 Main header(s) of kernelCommon:
 - \ref kernel/digitech.h
 - \ref kernel/fast_mult.h
 - \ref kernel/ideals.h
 - \ref kernel/mod2.h
 - \ref kernel/polys.h
 - \ref kernel/preimage.h
 - \ref kernel/structs.h

 Basic Singular mathematical algorithms are described in
 <A HREF="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/singular_algorithms.tex.gz">singular_algorithms.tex.gz</A>

 \verbinclude kernel/README

*/


/*!
\dir numeric
\ref kernel_numeric_page
*/

/*!
\dir combinatorics
\ref kernel_combinatorics_page
*/

/*!
\dir GBEngine
\ref kernel_GBEngine_page
*/

/*!
\dir groebner_walk
\ref kernel_groebner_walk_page
*/

/*!
\dir fglm
\ref kernel_fglm_page
*/

/*!
\dir maps
\ref kernel_maps_page
*/

/*!
\dir spectrum
\ref kernel_spectrum_page
*/

/*!
\dir linear_algebra
\ref kernel_linear_algebra_page
*/

/*!
\dir oswrapper
\ref kernel_oswrapper_page
*/