Changeset 1ba6782 in git
- Timestamp:
- Jun 2, 2014, 6:50:53 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9dfd5ce1f10c58069c2cbf71a531c2ab399447dd
- Parents:
- a742eb2f5317bb1343b57ae262e2578f432ed212
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kernel.dox
ra742eb r1ba6782 1 1 /*! \page kernel_page Kernel 2 * Algorithms using libpolys (\ref libpolys_page) and other mathematics3 2 * 3 * Algorithms using libpolys (\ref libpolys_page) and other mathematical features. 4 * 5 * The files in kernel/ directory are combined into a internal library 6 * kernelCommon, which contains the functions and data that are shared 7 among the following sub-packages: 8 * 9 * \subpage kernel_numeric_page 10 * \subpage kernel_combinatorics_page 11 * \subpage kernel_GBEngine_page 12 * \subpage kernel_groebner_walk_page 13 * \subpage kernel_fglm_page 14 * \subpage kernel_maps_page 15 * \subpage kernel_spectrum_page 16 * \subpage kernel_linear_algebra_page 17 * \subpage kernel_oswrapper_page 18 * 19 * just a sample: 4 20 * \subpage kernel_sample_page 5 * \subpage kernel_numeric_page21 * 6 22 */ -
libpolys/libpolys.dox
ra742eb r1ba6782 1 1 /*! \page libpolys_page Libpolys 2 * Data structures: Coefficients, polynomials and rings 2 * This is a (mostly) separate package containing the definition and implementaion for 3 * Singular data structures, such as, 4 * numbers in coefficient rings and fields (\ref libpolys_coeffs_page), 5 * polynomials, ideals and modules over polynomial rings (\ref libpolys_polys_page), 6 * as well as related arithmetic and minimal necessary functionality. 7 * 8 * \subpage libpolys_misc_page 9 * \subpage libpolys_reporter_page 10 * \subpage libpolys_coeffs_page 11 * \subpage libpolys_polys_page 12 * 3 13 */ -
main.dox
ra742eb r1ba6782 3 3 * <A HREF="http://www.singular.uni-kl.de">CAS Singular</A> 4 4 * 5 * Main source repository is on github. 6 * For more manuals see <A HREF="https://github.com/Singular/Sources/wiki/">WIKI</A>. 7 * 8 * Singular package diagram with dependencies is as follows: 5 9 * \dotfile Includes.dot "Package diagram" 10 * 11 * Introductory description of separate packages follows: 6 12 * 7 13 * \tableofcontents 8 14 * 15 * \subpage omalloc_page 16 * \subpage resources_page 17 * \subpage factory_page 9 18 * \subpage libpolys_page 10 19 * \subpage kernel_page
Note: See TracChangeset
for help on using the changeset viewer.