Changeset e102d4 in git
- Timestamp:
- Mar 14, 2014, 7:08:00 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d9184bd7e71c6771eb56c5b567760e3723664237
- Parents:
- 60225f979345d71370e20b6de2fbf545ca0792cb14b690e0515f6e3f6f482f016e14f1f56d2df336
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/gentable.cc
r14b690e re102d4 373 373 Tok2Cmdname(i), Tok2Cmdname(j)); 374 374 #ifdef CONVERT_TABLE 375 376 375 fprintf(doctable, 376 "@item\n@ %d. @tab @code{%s} @tab @expansion{} @code{%s}\n", 377 377 doc_nr,Tok2Cmdname(i),Tok2Cmdname(j)); 378 378 doc_nr++; 379 379 #endif 380 380 if (j==ANY_TYPE) break; -
dox/Doxyfile.in
r14b690e re102d4 39 39 # a quick idea about the purpose of the project. Keep the description short. 40 40 41 PROJECT_BRIEF = 41 PROJECT_BRIEF = CAS Singular 42 42 43 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is … … 53 53 # where doxygen was started. If left blank the current directory will be used. 54 54 55 OUTPUT_DIRECTORY = 55 OUTPUT_DIRECTORY = @abs_builddir@ 56 56 57 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 129 129 # path to strip. 130 130 131 STRIP_FROM_PATH = @ top_srcdir@131 STRIP_FROM_PATH = @abs_top_srcdir@ 132 132 133 133 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 241 241 # diagrams that involve STL classes more complete and accurate. 242 242 243 BUILTIN_STL_SUPPORT = NO243 BUILTIN_STL_SUPPORT = YES 244 244 245 245 # If you use Microsoft's C++/CLI language, you should set this option to YES to … … 261 261 # methods anyway, you should set this option to NO. 262 262 263 IDL_PROPERTY_SUPPORT = YES263 IDL_PROPERTY_SUPPORT = NO 264 264 265 265 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC … … 292 292 # pages) or section (for LaTeX and RTF). 293 293 294 INLINE_SIMPLE_STRUCTS = NO294 INLINE_SIMPLE_STRUCTS = YES 295 295 296 296 # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum … … 482 482 # commands in the documentation. 483 483 484 GENERATE_TODOLIST = YES484 GENERATE_TODOLIST = NO 485 485 486 486 # The GENERATE_TESTLIST tag can be used to enable (YES) or … … 488 488 # commands in the documentation. 489 489 490 GENERATE_TESTLIST = YES490 GENERATE_TESTLIST = NO 491 491 492 492 # The GENERATE_BUGLIST tag can be used to enable (YES) or … … 494 494 # commands in the documentation. 495 495 496 GENERATE_BUGLIST = YES496 GENERATE_BUGLIST = NO 497 497 498 498 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or … … 500 500 # \deprecated commands in the documentation. 501 501 502 GENERATE_DEPRECATEDLIST= YES502 GENERATE_DEPRECATEDLIST= NO 503 503 504 504 # The ENABLED_SECTIONS tag can be used to enable conditional … … 527 527 # in the documentation. The default is NO. 528 528 529 SHOW_DIRECTORIES = NO529 SHOW_DIRECTORIES = YES 530 530 531 531 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. … … 540 540 # and from the Folder Tree View (if specified). The default is YES. 541 541 542 SHOW_NAMESPACES = YES542 SHOW_NAMESPACES = NO 543 543 544 544 # The FILE_VERSION_FILTER tag can be used to specify a program or script that … … 630 630 # with spaces. 631 631 632 INPUT = @top_srcdir@ 632 INPUT = @abs_top_srcdir@/omalloc/ \ 633 @abs_top_srcdir@/resources/ \ 634 @abs_top_srcdir@/factory/ \ 635 @abs_top_srcdir@/factory/libfac/ \ 636 @abs_top_srcdir@/factory/libfac/charset/ \ 637 @abs_top_srcdir@/factory/libfac/factor/ \ 638 @abs_top_srcdir@/factory/templates/ \ 639 @abs_top_srcdir@/factory/include/factory/ \ 640 @abs_top_srcdir@/factory/include/factory/templates/ \ 641 @abs_top_srcdir@/kernel/ \ 642 @abs_top_srcdir@/kernel/numeric/ \ 643 @abs_top_srcdir@/libpolys/misc/ \ 644 @abs_top_srcdir@/libpolys/reporter/ \ 645 @abs_top_srcdir@/libpolys/coeffs/ \ 646 @abs_top_srcdir@/libpolys/polys/ \ 647 @abs_top_srcdir@/libpolys/polys/ext_fields/ \ 648 @abs_top_srcdir@/libpolys/polys/monomials/ \ 649 @abs_top_srcdir@/libpolys/polys/nc/ \ 650 @abs_top_srcdir@/libpolys/polys/operations/ \ 651 @abs_top_srcdir@/libpolys/polys/templates/ \ 652 @abs_top_srcdir@/libpolys/tests/ \ 653 @abs_top_srcdir@/libpolys/tests/cxxtest/ \ 654 @abs_top_srcdir@/dyn_modules/bigintm/ \ 655 @abs_top_srcdir@/dyn_modules/syzextra/ \ 656 @abs_top_srcdir@/Singular/ \ 657 @abs_top_srcdir@/Singular/links/ \ 658 @abs_top_srcdir@/IntegerProgramming/ \ 659 @abs_top_srcdir@/gfanlib/ \ 660 @abs_top_srcdir@/dyn_modules/callgfanlib/ \ 661 @abs_top_srcdir@/dyn_modules/callpolymake/ 662 663 633 664 634 665 # This tag can be used to specify the character encoding of the source files … … 648 679 # *.f90 *.f *.for *.vhd *.vhdl 649 680 650 FILE_PATTERNS = 681 FILE_PATTERNS = *.h *.cc *.c *.cpp *.cxx *.inc *.l *.ll *.y *.yy *.dox 651 682 652 683 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 689 720 # the \include command). 690 721 691 EXAMPLE_PATH = @top_srcdir@722 EXAMPLE_PATH = 692 723 693 724 # If the value of the EXAMPLE_PATH tag contains directories, you can use the -
factory/cf_factor.cc
r60225f re102d4 503 503 if (CFFactory::gettype() == GaloisFieldDomain) 504 504 factors= GFSqrfFactorize (f); 505 else if (hasFirstAlgVar (f, alpha))506 factors= FqSqrfFactorize (f, alpha);507 505 else 508 506 factors= FpSqrfFactorize (f); … … 515 513 if (CFFactory::gettype() == GaloisFieldDomain) 516 514 F= GFFactorize (f); 517 else if (hasFirstAlgVar (f, alpha))518 F= FqFactorize (f, alpha);519 515 else 520 516 F= FpFactorize (f); … … 625 621 Variable beta; 626 622 if (hasFirstAlgVar(f, beta)) 627 ASSERT ( hasFirstAlgVar (f, beta) != alpha, "f has an algebraic variable that \628 does not coincide with alpha");623 ASSERT (beta == alpha, "f has an algebraic variable that \ 624 does not coincide with alpha"); 629 625 #endif 630 626 int ch=getCharacteristic(); -
factory/cf_map_ext.h
r14b690e re102d4 59 59 ///< whose minimal polynomial defines a field 60 60 ///< extension of \f$ F_p \f$ of degree 61 ///< \f$ \[F_p (\alpha):F_p\]\f$61 ///< \f$ F_p (\alpha):F_p \f$ 62 62 const Variable& beta ///< [in] algebraic variable, root of \a F's 63 63 ///< minimal polynomial
Note: See TracChangeset
for help on using the changeset viewer.