2010-07-05 |
Alexei Sheplyakov | Parser: handle abbreviations as advertized in the manual.
|
commit | commitdiff | tree |
2010-05-17 |
Alexei Sheplyakov | pgcd(), chinrem_gcd(): use appropriate definition of...
|
commit | commitdiff | tree |
2010-05-17 |
Alexei Sheplyakov | Added `degree_vector' utility function.
|
commit | commitdiff | tree |
2010-05-17 |
Alexei Sheplyakov | primpart_content: correctly handle monomials.
|
commit | commitdiff | tree |
2010-05-17 |
Alexei Sheplyakov | pgcd(): avoid infinite loop if the first GCD candidate...
|
commit | commitdiff | tree |
2010-02-24 |
Alexei Sheplyakov | pgcd(): detect relatively prime polynomials properly...
|
commit | commitdiff | tree |
2010-01-14 |
Alexei Sheplyakov | Use C style cast when converting void* into function...
|
commit | commitdiff | tree |
2010-01-14 |
Alexei Sheplyakov | Install the ginac-excompiler script iff excompiler...
|
commit | commitdiff | tree |
2009-08-10 |
Alexei Sheplyakov | ncmul::eval(): don't write beyond the end of the vector.
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | modular_matrix: don't use STL iterators in {mul, sub...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | shaker_sort, permutation_sign: fix invalid use of STL...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | symmetry::calchash(): be careful to not dereference...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | check_parameter_G: fix pontential increment of end().
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | G_eval: fix incorrect use of STL iterator.
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | Fix the compliation error *for real* ... and restore...
|
commit | commitdiff | tree |
2009-08-09 |
Alexei Sheplyakov | Fix the compliation error *for real*
|
commit | commitdiff | tree |
2009-02-25 |
Alexei Sheplyakov | calchash(): work around broken RTTI.
|
commit | commitdiff | tree |
2009-02-25 |
Alexei Sheplyakov | Fix compilation failure due to (template) operator...
|
commit | commitdiff | tree |
2009-02-17 |
Alexei Sheplyakov | Univariate GCD timing: use sr_gcd when appropriate.
|
commit | commitdiff | tree |
2009-02-17 |
Alexei Sheplyakov | Polished NEWS a little bit.
|
commit | commitdiff | tree |
2009-02-06 |
Alexei Sheplyakov | Fix chinese_remainder() so modular GCD actually works.
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Implement modular multivariate GCD (based on chinese...
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Improve (fix?) smod: now it really converts into symmetric...
|
commit | commitdiff | tree |
2009-02-03 |
Alexei Sheplyakov | Fix copy-paste error in GINACLIB_MICRO_VERSION.
|
commit | commitdiff | tree |
2008-12-01 |
Alexei Sheplyakov | [PATCH] [build] Simplify generation of ginac/version.h
|
commit | commitdiff | tree |
2008-12-01 |
Alexei Sheplyakov | [PATCH] Fix GiNaC library version information.
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [portability] GiNaC::compile_ex works on OpenBSD now.
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [build] Set correct rpath for linking with CLN...
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [bugfix] integer_cra: check if arguments contain at...
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | exam_cra: explicitly #include <limits>. This should...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | tutorial: simplify the instructions on writing extension...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Don't force every algebraic class to implement archiving...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | tutorial: don't mention custom RTTI any more (as it...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: make get_domain() a virtual method, remove...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: don't bother to set TeX name if user did not...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: remove return_type_tinfo() and return_type...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Wipe out remnants of custom RTTI.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | registered_class_info: use typeid() instead of tinfo_static.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | A better return_type_tinfo() mechanism.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | calchash(): use type_info::name() instead of tinfo().
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | indexed::eval: use standard C++ RTTI.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | basic, expairseq: use standard C++ RTTI in compare...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | is_exactly_a: use typeid() to check the type of expression.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | ptr.h: use unsigned int to store reference counts ...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Rewritten heuristic and PRS GCD for univariate polynomials...
|
commit | commitdiff | tree |
2008-10-14 |
Alexei Sheplyakov | polynomial: introduce a helper function to divide polynomial...
|
commit | commitdiff | tree |
2008-10-14 |
Alexei Sheplyakov | mod_gcd: naive hack to chose a 'good' prime (to speed...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [bugfix] remainder_in_ring: using exact division is...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [bugfix] normalize_in_ring: don't set the leading coefficien...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [trivial] excompiler.cpp: shut up some silly compiler...
|
commit | commitdiff | tree |
2008-09-20 |
Alexei Sheplyakov | Implemented modular GCD algorithm for univariate polynomials.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Wipe out the old (bison/flex generated) parser.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | check: time_parser.cpp: don't run the same benchmark...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Document the new parser, provide an example.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Use the new parser in the ex(const string&, lst&) ctor.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Parser can parse (some) floating point numbers now.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: add necessary checks to operator() to stop...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [bugfix] parser::parse_literal_expr(): don't forget...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [bugfix]: parser::parse_unary_expr() parses '-a-b'...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | ginac.h: include parser.hpp
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: change order of the constructor optional arguments.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: allow read/write access to symbol table and...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: map input strings onto arbitrary expressions...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [BUGFIX] parser.hpp: fix include guard so the header...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] power::expand_add(): don't use int instead...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] inifcns_nstdsums: don't use int instead of...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] don't use int instead of std::size_t.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | G_numeric: use cl_N and int to manipulate numbers ...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | G_numeric: put convergence/acceleration transofrmations...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | match() (find()): use exmap (exset) to store matched...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | expairseq::match(): remove the code which works around...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: shut up automake warnings, don't use GNU make...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: put (almost) all auto* tools scripts into the...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | Allow user to disable GiNaC::compile_ex (e.g. for security...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: run important checks first (and bail out...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: don't bother to run checks which can be...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | utils.h: use <stdint.h> (if available) instead of reinventin...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: don't check for sizeof(long double), we...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: faster check for standard C++ headers.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: don't run any ${host} binaries while checking...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | don't mention CVS any more, describe how to install...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | match: don't modify subexpression list if expression...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | [BUGFIX] Reclaiming the memory allocated for static...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | symbol: get rid of assign/unassign (for performance...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | ginsh: use exmap for storing assigned symbols.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Y_loop helper function...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Z helper function...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | parser: improve error reporting a little bit.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | lexer: when switching to another output stream, clean...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow_pow: deobfuscate a little bit (no functional...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow: get rid of duplicate code.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow_pow: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_{pow, mul}: don't check if the arguments are...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_mul: get rid of duplicate code.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd(): allow user to override (some of) heuristics.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | refactor gcd() a little bit (no functional changes).
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_mul: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow: gcd helper to handle partially...
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | gcd: allow user to override (some of) heuristics.
|
commit | commitdiff | tree |
2008-08-27 |
Alexei Sheplyakov | inifscn_nstdsums: make functions handling Li/G transformatio...
|
commit | commitdiff | tree |
next |