Changeset 1ba6782 in git


Ignore:
Timestamp:
Jun 2, 2014, 6:50:53 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
9dfd5ce1f10c58069c2cbf71a531c2ab399447dd
Parents:
a742eb2f5317bb1343b57ae262e2578f432ed212
Message:
Further high-level description of the package structure with doxygen
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/kernel.dox

    ra742eb r1ba6782  
    11/*! \page kernel_page Kernel
    2  * Algorithms using libpolys (\ref libpolys_page) and other mathematics
    32 *
     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
     7among 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:
    420 * \subpage kernel_sample_page
    5  * \subpage kernel_numeric_page
     21 *
    622 */
  • libpolys/libpolys.dox

    ra742eb r1ba6782  
    11/*! \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 *
    313 */
  • main.dox

    ra742eb r1ba6782  
    33 * <A HREF="http://www.singular.uni-kl.de">CAS Singular</A>
    44 *
     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:
    59 * \dotfile Includes.dot "Package diagram"
     10 *
     11 * Introductory description of separate packages follows:
    612 *
    713 * \tableofcontents
    814 *
     15 * \subpage omalloc_page
     16 * \subpage resources_page
     17 * \subpage factory_page
    918 * \subpage libpolys_page
    1019 * \subpage kernel_page
Note: See TracChangeset for help on using the changeset viewer.