2014-02-02 |
Alexei Sheplyakov | Binary compatibilty has been broken, update the library... |
tree | commitdiff |
2014-02-02 |
Alexei Sheplyakov | [build] Include the generated sources (function.{h... |
tree | commitdiff |
2014-02-02 |
Alexei Sheplyakov | [build] Include CMake related files into the tarball. |
tree | commitdiff |
2014-01-28 |
Alexei Sheplyakov | log_eval: don't apply the log(x^p) -> p*log(x) rule. |
tree | commitdiff |
2014-01-28 |
Stefan Weinzierl | Li_eval(): avoid the "numeric::operator>(): complex... |
tree | commitdiff |
2014-01-12 |
Stefan Weinzierl | Fix S_num for arguments close to the sixth root of... |
tree | commitdiff |
2014-01-12 |
Stefan Weinzierl | Fix G3_evalf and G3_eval for real and negative x. |
tree | commitdiff |
2014-01-12 |
Stefan Weinzierl | Within mLi_numeric, set signs of the imaginary parts... |
tree | commitdiff |
2014-01-12 |
Stefan Weinzierl | Avoid calling log(1-x) for x=1 in Li_projection. |
tree | commitdiff |
2013-12-28 |
Vladimir V. Kisil | Fix evaluation of log(p^a) -> a*log(p), if p>0 and... |
tree | commitdiff |
2013-12-15 |
Matthias Dellweg | expairseq::match(): no side effects if match failed... |
tree | commitdiff |
2013-11-03 |
Vladimir V. Kisil | Expansion rules for exp(), log(), and abs(). |
tree | commitdiff |
2013-11-03 |
Vladimir V. Kisil | Introduce expand_options::expand_transcendental. |
tree | commitdiff |
2013-11-03 |
Richard Kreckel | Keep CLang/libc++ happy. |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | abs() and conjugate() provide some info() now. |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | Make it possible to override info() for functions. |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | Power with a real base and even exponent reports that... |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | Improve abs_eval(): abs(conjugate(z)) => abs(z), ... |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | Functions can define a custom expand() now. |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | More evaluation rules: abs(x^n) => abs(x)^n (x > 0... |
tree | commitdiff |
2013-10-16 |
Vladimir V. Kisil | Transform abs(x)^n => x^n if x is real and n is even. |
tree | commitdiff |
2013-10-16 |
Alexei Sheplyakov | mul::info(): cache the result of the positiveness/negat... |
tree | commitdiff |
2013-10-16 |
Alexei Sheplyakov | Introduce status_flags::{is_positive,is_negative,purely... |
tree | commitdiff |
2013-08-11 |
Alexei Sheplyakov | [build] auto* tools based build: fix `make dist'. |
tree | commitdiff |
2013-08-02 |
Vladimir V. Kisil | improve mul::info(): the product of two negative terms... |
tree | commitdiff |
2013-07-30 |
Vladimir V. Kisil | Add the case of c1=-1 and c2>0 to the rewriting rule... |
tree | commitdiff |
2013-07-28 |
Alexei Sheplyakov | [bugfix] factor_univariate(): handle polinomials over... |
tree | commitdiff |
2013-01-23 |
Richard Kreckel | Add symbol::set_TeX_name(string) member function. |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [build] GiNaC can be built with CMake now. |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [build] Move library version info into the version... |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [build] Move archive version info into version.h (for... |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [build] Define package version number in version.h... |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [build] include config.h conditionally to not break... |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | Convert function.pl into C++ (well, almost) source... |
tree | commitdiff |
2012-07-17 |
Alexei Sheplyakov | [bugfix] Always #include <lst.h> before using lst.... |
tree | commitdiff |
2012-02-28 |
Alexei Sheplyakov | [BUGFIX] numeric::info(nonnegative): correctly handle... |
tree | commitdiff |
2012-02-23 |
Alexei Sheplyakov | Merge branch 'master' of git://github.com/AlexeiSheplya... |
tree | commitdiff |
2011-10-28 |
Jens Vollinga | Parser can now read GiNaC lists (lst) defined by braces. |
tree | commitdiff |
2011-10-22 |
Richard Kreckel | Fix warning "control reaches end of non-void function". |
tree | commitdiff |
2011-07-26 |
Jens Vollinga | Quick and dirty bug fix for the parser to read GiNaC... |
tree | commitdiff |
2011-07-22 |
Jens Vollinga | Fixed a bug in the code for subsitutions in indexed... |
tree | commitdiff |
2011-06-23 |
Vladimir V. Kisil | Be more careful before converting to indexed. |
tree | commitdiff |
2011-06-12 |
Richard Kreckel | Relax assertion in clifford ctor. |
tree | commitdiff |
2011-05-31 |
Richard Kreckel | Care about refcounts when reclaiming memory allocated... |
tree | commitdiff |
2011-05-27 |
Richard Kreckel | Janitorial commit. |
tree | commitdiff |
2011-05-22 |
Jens Vollinga | This patch fixes a bug on machines where char is unsign... |
tree | commitdiff |
2011-05-22 |
Alexei Sheplyakov | Parser: don't bother to generate 3 (C++) functions... |
tree | commitdiff |
2011-05-20 |
Jens Vollinga | Limiting the costly symmetrization tests inside simplif... |
tree | commitdiff |
2011-05-20 |
Jens Vollinga | Changed naming convention for the library. Now, it... |
tree | commitdiff |
2011-05-20 |
Richard Kreckel | Fixed a bug introduced in last commit. |
tree | commitdiff |
2011-05-20 |
Jens Vollinga | Fixed a bug in is_polynomial() that caused expressions... |
tree | commitdiff |
2011-05-19 |
Jens Vollinga | The patch improves the run time at the expense of using... |
tree | commitdiff |
2011-05-15 |
Richard Kreckel | Fix mul::conjugate(). |
tree | commitdiff |
2011-04-09 |
Vladimir V. Kisil | Add conjugate() methods to functions cosh, sinh, tanh. |
tree | commitdiff |
2011-02-26 |
Alexei Sheplyakov | Parser: don't bother to generate 3 (C++) functions... |
tree | commitdiff |
2011-02-04 |
Richard Kreckel | Extend copyright to 2011. |
tree | commitdiff |
2011-02-03 |
Richard Kreckel | Fix compilation with clang. |
tree | commitdiff |
2011-02-03 |
Richard Kreckel | Don't try to tie the library version to the package... |
tree | commitdiff |
2011-02-03 |
Richard Kreckel | Merge branch 'master.msvc.support' of git://github... |
tree | commitdiff |
2010-12-09 |
Alexei Sheplyakov | Use C style cast when converting void* into function... |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Added get_builtin_reader() that parses only the builtin... |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed include of stdint.h (parser.cpp needs the header... |
tree | commitdiff |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real* ... and restore... |
tree | commitdiff |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real* |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed memory leak. |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e... |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed dirty hack in parser to distinguish between seria... |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed the parser such that it can read in user defined... |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Fixed cast that caused compile error on 64bit machines. |
tree | commitdiff |
2010-12-09 |
Jens Vollinga | Allow user defined functions to be parsed. |
tree | commitdiff |
2010-12-09 |
Alexei Sheplyakov | Revert "Changed the parser such that it understands... |
tree | commitdiff |
2010-12-09 |
Richard Kreckel | Make symbol::name be initialized lazily. ginac_1-5 |
tree | commitdiff |
2010-12-09 |
Richard Kreckel | Make symbol::name be initialized lazily. |
tree | commitdiff |
2010-12-04 |
Alexei Sheplyakov | [PATCH 2/2] chinrem_gcd: return correct integer content... |
tree | commitdiff |
2010-12-04 |
Alexei Sheplyakov | [PATCH 1/2] extract_integer_content: check for rational... |
tree | commitdiff |
2010-12-03 |
Alexei Sheplyakov | [PATCH 2/2] chinrem_gcd: return correct integer content... |
tree | commitdiff |
2010-12-03 |
Alexei Sheplyakov | [PATCH 1/2] extract_integer_content: check for rational... |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | Omit extra qualification (as in struct foo f() vs foo... |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | [msvc] Yet another compiler bug work around. |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | [msvc] Work around strange scoping and name mangling... |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | Add few defines for msvc (__func__, __alignof__). |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | symmetry::compare_same_type(): const-correctness fix |
tree | commitdiff |
2010-11-26 |
Jan Rheinländer | clifford: fix a few GCCisms (or, not). |
tree | commitdiff |
2010-11-23 |
Alexei Sheplyakov | [bugfix] chinrem_gcd: handle polynomials over rationals... |
tree | commitdiff |
2010-11-23 |
Alexei Sheplyakov | [bugfix] chinrem_gcd: handle polynomials over rationals... |
tree | commitdiff |
2010-11-09 |
Alexei Sheplyakov | power::series(): handle someg (trivial) singularities... |
tree | commitdiff |
2010-11-09 |
Alexei Sheplyakov | power::series(): handle someg (trivial) singularities... |
tree | commitdiff |
2010-10-09 |
Alexei Sheplyakov | mul: algebraic_subs_mul(), has(): don't write beyond... |
tree | commitdiff |
2010-10-09 |
Alexei Sheplyakov | mul: algebraic_subs_mul(), has(): don't write beyond... |
tree | commitdiff |
2010-10-04 |
Alexei Sheplyakov | Avoid infinite loop when unarchiving realsymbol and... |
tree | commitdiff |
2010-10-04 |
Alexei Sheplyakov | Avoid infinite loop when unarchiving realsymbol and... |
tree | commitdiff |
2010-09-30 |
Alexei Sheplyakov | ncmul::eval(): don't write beyond the end of the vector. |
tree | commitdiff |
2010-09-22 |
Richard Kreckel | Make sure add::eval() collects all numeric terms. |
tree | commitdiff |
2010-09-22 |
Richard Kreckel | Make sure add::eval() collects all numeric terms. |
tree | commitdiff |
2010-09-15 |
Richard Kreckel | Be more careful about final top-level substitution. |
tree | commitdiff |
2010-09-15 |
Richard Kreckel | Be more careful about final top-level substitution. |
tree | commitdiff |
2010-08-23 |
Alexei Sheplyakov | power::eval(): fix several memory leaks |
tree | commitdiff |
2010-08-23 |
Alexei Sheplyakov | fsolve: avoid useless numerical evaluation of the function |
tree | commitdiff |
2010-08-23 |
Alexei Sheplyakov | integral::evalf(): don't attempt to ignore problems. |
tree | commitdiff |
2010-08-23 |
Alexei Sheplyakov | fsolve: check if evalf() return value is actually a... |
tree | commitdiff |
next |