Changeset 175eb21 in git
- Timestamp:
- Jun 2, 2014, 8:11:45 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ee121df974c1705dca6d334a16b69f52ee5fc0d4f2f858ca222de40e7ba6575dfb35d4c07798b475
- Parents:
- 9dfd5ce1f10c58069c2cbf71a531c2ab399447dd
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 20:11:45+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 20:13:17+02:00
- Files:
-
- 12 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/singular.dox
r9dfd5c r175eb21 1 /*! \page singular_page Interpreter(Singular)1 /*! \page singular_page Singular Interpreter and related functionality 2 2 * 3 3 * Iterpreter and wrappers over kernel (\ref kernel_page) 4 4 * 5 * Singular can be easily extended by means of dynamic modules: 5 6 * \subpage dynmodules_page 7 * 8 * TODO: The sub-package structure is not yet defined for Singular package... 6 9 */ -
kernel/combinatorics/combinatorics.dox
r9dfd5c r175eb21 1 /*! \page kernel_ sample_page Sample Kernel Sub-Package1 /*! \page kernel_combinatorics_page "Combinatorical algorithms" 2 2 * 3 * Serves as an example/template for separation of further sub-packages from within kerrnel (\ref kernel_page) 3 * This sub-package of kernel (\ref kernel_page) contains 4 * combinatorical algorithms. 5 * 6 * TODO: list those algorithms... and corresponding interpreter functions...? 4 7 * 5 * <A HREF="https://github.com/Singular/Sources/wiki/Todo">TODOs</A>6 8 */ 9 -
kernel/kernel.dox
r9dfd5c r175eb21 4 4 * 5 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: 6 * kernelCommon, which contains the functions (e.g. \ref rChangeCurrRing) 7 * and data members (e.g. \ref currRing) 8 * that can be shared among the following sub-packages: 8 9 * 9 10 * \subpage kernel_numeric_page -
kernel/numeric/numeric.dox
r9dfd5c r175eb21 1 /*! \page kernel_numeric_page "Numeric Kernel Sub-Package"1 /*! \page kernel_numeric_page "Numeric algorithms" 2 2 * 3 * Sub-package of kernel (\ref kernel_page) with numerical algorithms 3 * This sub-package of kernel (\ref kernel_page) contains 4 * numerical algorithms. 5 * 6 * TODO: list those algorithms... and corresponding interpreter functions...? 4 7 * 5 * <A HREF="https://github.com/Singular/Sources/wiki/Todo">TODOs</A>6 8 */
Note: See TracChangeset
for help on using the changeset viewer.