2015-11-26 |
Richard Kreckel | Use initializer lists to construct container<>, lst. |
tree | commitdiff |
2015-11-26 |
Richard Kreckel | Make ample use of the contextual keyword 'override'. |
tree | commitdiff |
2015-11-25 |
Richard Kreckel | Standard header cleanup. |
tree | commitdiff |
2015-11-25 |
Richard Kreckel | Replace idx_is_not functor by a C++11 lambda. |
tree | commitdiff |
2015-11-25 |
Richard Kreckel | In power::expand_add(), don't reserve excess monomial... |
tree | commitdiff |
2015-11-25 |
Richard Kreckel | In power::expand_add(), don't reserve excess monomial... |
tree | commitdiff |
2015-11-25 |
Richard Kreckel | Make specialized power::expand() helpers static member... |
tree | commitdiff |
2015-11-24 |
Richard Kreckel | mul::can_make_flat(): Finish ancient unfinished code. |
tree | commitdiff |
2015-11-24 |
Richard Kreckel | unit_matrix(r,c) can return an evaluated matrix object. |
tree | commitdiff |
2015-11-24 |
Richard Kreckel | Avoid some explicit copying of STL containers. |
tree | commitdiff |
2015-11-24 |
Richard Kreckel | mul::can_make_flat(): Finish ancient unfinished code. |
tree | commitdiff |
2015-11-23 |
Richard Kreckel | unit_matrix(r,c) can return an evaluated matrix object. |
tree | commitdiff |
2015-11-23 |
Richard Kreckel | Make (a+b+c+...)^n work for huuuge terms. |
tree | commitdiff |
2015-11-23 |
Richard Kreckel | Convert some more ctors from copying to moving STL... |
tree | commitdiff |
2015-11-08 |
Richard Kreckel | Replace static const variables with constexpr, where... |
tree | commitdiff |
2015-11-08 |
Richard Kreckel | Fix some pedantic compiler warnings. |
tree | commitdiff |
2015-11-08 |
Richard Kreckel | Replace GiNaC::ToString() with std::to_string(). |
tree | commitdiff |
2015-11-07 |
Richard Kreckel | Use C++11 'nullptr' where applicable. |
tree | commitdiff |
2015-11-07 |
Richard Kreckel | Remove C++89 workaround for closing angle brackets... |
tree | commitdiff |
2015-11-07 |
Richard Kreckel | Remove 'discardable' option from ctors of container... |
tree | commitdiff |
2015-11-07 |
Richard Kreckel | Add trivial shortcuts in expair plumbing of class add. |
tree | commitdiff |
2015-11-07 |
Richard Kreckel | Add trivial shortcuts in expair plumbing of class add. |
tree | commitdiff |
2015-11-06 |
Richard Kreckel | Fix little missed optimization. |
tree | commitdiff |
2015-11-06 |
Richard Kreckel | Fix little missed optimization. |
tree | commitdiff |
2015-11-06 |
Richard Kreckel | Replace dynamic throw() with static noexcept operator. |
tree | commitdiff |
2015-11-05 |
Richard Kreckel | Add some minor optimizations. |
tree | commitdiff |
2015-11-05 |
Richard Kreckel | Speed up power::real_part() and power::imag_part(). |
tree | commitdiff |
2015-11-05 |
Richard Kreckel | Add some minor optimizations. |
tree | commitdiff |
2015-11-05 |
Richard Kreckel | Speed up power::real_part() and power::imag_part(). |
tree | commitdiff |
2015-11-03 |
Richard Kreckel | Fix most remaining GCC compiler warnings. |
tree | commitdiff |
2015-11-03 |
Richard Kreckel | Move ctors for classes matrix and pseries. |
tree | commitdiff |
2015-11-03 |
Richard Kreckel | Use C++11 range-based foor loops and auto, where possible. |
tree | commitdiff |
2015-11-01 |
Richard Kreckel | Update documentation of prerequisites. |
tree | commitdiff |
2015-11-01 |
Richard Kreckel | Replace use of NULL by C++11 nullptr. |
tree | commitdiff |
2015-11-01 |
Richard Kreckel | Remove dependence on depreacted std::auto_ptr<T>. |
tree | commitdiff |
2015-10-31 |
Richard Kreckel | Remove support for Cint. |
tree | commitdiff |
2015-10-31 |
Richard Kreckel | Remove unfinished code for hash table-based expairseq. |
tree | commitdiff |
2015-10-10 |
Richard Kreckel | Fix some apparent typos and misindentations 2. |
tree | commitdiff |
2015-10-10 |
Richard Kreckel | Fix algebraic power::has() for larger integer exponents. |
tree | commitdiff |
2015-09-21 |
Richard Kreckel | Include crc32.h only if needed. |
tree | commitdiff |
2015-09-21 |
Richard Kreckel | Remove unused variable. |
tree | commitdiff |
2015-07-31 |
Richard Kreckel | Fix some apparent typos and misindentations. |
tree | commitdiff |
2015-07-27 |
Richard Kreckel | Finalizing release 1.6.5. ginac_1-6-5 |
tree | commitdiff |
2015-07-24 |
Stefan Weinzierl | Fix bug in PolyLogs of rational numbers. |
tree | commitdiff |
2015-07-18 |
Richard Kreckel | Speed up pow(+(...),n).expand() where n>2. |
tree | commitdiff |
2015-07-18 |
Richard Kreckel | Fix pow(+(...),2).expand(). |
tree | commitdiff |
2015-05-08 |
Richard Kreckel | Finalized 1.6.4 release. ginac_1-6-4 |
tree | commitdiff |
2015-05-07 |
Richard Kreckel | Fix pow(+(...),2).expand(). |
tree | commitdiff |
2015-04-22 |
Vladimir Kisil | Improve abs(arg). |
tree | commitdiff |
2015-04-22 |
Vladimir Kisil | Fix pow::info(info_flags::nonnegative). |
tree | commitdiff |
2015-04-22 |
Vladimir Kisil | Fix mul::info(info_flags::nonnegative). |
tree | commitdiff |
2015-04-14 |
Vladimir Kisil | Make power::expand() (x*p)^c -> x^c * p^c, if p>0. |
tree | commitdiff |
2015-03-14 |
Ladislav Zejda | Improve normalization with nested functions. |
tree | commitdiff |
2015-02-08 |
Vladimir V. Kisil | Explicit derivation of functions. |
tree | commitdiff |
2015-01-25 |
Richard Kreckel | Happy new year! |
tree | commitdiff |
2015-01-25 |
Vladimir V. Kisil | Small optimization in simplify_indexed. |
tree | commitdiff |
2014-12-31 |
Vladimir V. Kisil | Evaluate abs(z)^(2n) -> z^n * conjugate(z)^n. |
tree | commitdiff |
2014-11-27 |
Richard Kreckel | Finalized 1.6.3 release. ginac_1-6-3 |
tree | commitdiff |
2014-10-20 |
Alexei Sheplyakov | Prepare for 1.6.3 release. |
tree | commitdiff |
2014-10-14 |
Richard Kreckel | Update copyright statements. |
tree | commitdiff |
2014-10-12 |
Stefan Weinzierl | Fix log() error in multiple polylog G. |
tree | commitdiff |
2014-10-12 |
Stefan Weinzierl | Fix evaluation of some G-polylogs. |
tree | commitdiff |
2014-09-12 |
Alexei Sheplyakov | G_numeric: fix evaluation with y == 1 |
tree | commitdiff |
2014-08-22 |
Vladimir V. Kisil | Providing default (un)archiving for cliffordunit class. |
tree | commitdiff |
2014-07-25 |
Richard Kreckel | [bugfix] ex::is_polynomial(x): fix miscomputations |
tree | commitdiff |
2014-07-21 |
Alexei Sheplyakov | [bugfix] log_series: avoid infinite recursion |
tree | commitdiff |
2014-05-18 |
Alexei Sheplyakov | Fix an infinite loop in factor_multivariate. |
tree | commitdiff |
2014-04-12 |
Stefan Weinzierl | G_do_hoelder: fix the transformation of the imaginary... |
tree | commitdiff |
2014-02-12 |
Stefan Weinzierl | G_numeric: fix numeric evaluation with trailing zeros... |
tree | commitdiff |
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 |
next |