2016-02-05 |
Richard Kreckel | [bugfix] fix elusive bug in quo, rem,... |
tree | commitdiff |
2016-02-03 |
Richard Kreckel | [bugfix] fix sqrfree(poly) for zero polynomials in... |
tree | commitdiff |
2016-02-03 |
Richard Kreckel | [bugfix] fix sqrfree(poly) for zero polynomials in... |
tree | commitdiff |
2016-01-31 |
Richard Kreckel | Remove extra cases for missing <stdint.h>. |
tree | commitdiff |
2016-01-29 |
Richard Kreckel | [C++17] Remove inheritance from std::binary_function... |
tree | commitdiff |
2016-01-29 |
Richard Kreckel | [C++17] Replace std::bind2nd with a lambda. |
tree | commitdiff |
2016-01-28 |
Richard Kreckel | Remove global variable max_recursion_level. |
tree | commitdiff |
2016-01-28 |
Richard Kreckel | Remove 'level' argument of normal(). |
tree | commitdiff |
2016-01-28 |
Richard Kreckel | Remove 'level' argument of evalf(). |
tree | commitdiff |
2016-01-06 |
Richard Kreckel | Avoid x^0 and Order(x^0) terms together in series expan... |
tree | commitdiff |
2016-01-01 |
Richard Kreckel | Happy New Year! |
tree | commitdiff |
2016-01-01 |
Richard Kreckel | Happy New Year! |
tree | commitdiff |
2015-12-31 |
Richard Kreckel | Make relational::rhs() and lhs() nonvirtual. |
tree | commitdiff |
2015-12-31 |
Vladimir V. Kisil | Add specific dbgprinttree() method to clifford. |
tree | commitdiff |
2015-12-31 |
Ralf Stephan | cache pseries coeff accesses in pseries::mul_series. |
tree | commitdiff |
2015-12-20 |
Richard Kreckel | Finalize 1.6.6 release. ginac_1-6-6 |
tree | commitdiff |
2015-12-20 |
Richard Kreckel | Hoist typeid(*this) from loops. |
tree | commitdiff |
2015-12-20 |
Richard Kreckel | Remove iter_swap specializations. |
tree | commitdiff |
2015-12-20 |
Richard Kreckel | Add support for power::info(info_flags::real). |
tree | commitdiff |
2015-12-20 |
Richard Kreckel | Remove info_flags::algebraic. |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | Remove expairseq::construct_from_2_ex_via_exvector... |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | include <algorithm> for use of std::min(). |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | include <algorithm> for use of std::min(). |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | Remove useless code in add::eval(). |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | [bugfix] Make sure add::eval() collects all numeric... |
tree | commitdiff |
2015-12-17 |
Richard Kreckel | Add rvalue reference ctors from epvectors for add,... |
tree | commitdiff |
2015-12-16 |
Richard Kreckel | Merge some cosmetic patches. |
tree | commitdiff |
2015-12-16 |
Richard Kreckel | Make .eval() evaluate top-level only. |
tree | commitdiff |
2015-12-16 |
Richard Kreckel | Make add::eval(), mul::eval() work without compromise. |
tree | commitdiff |
2015-12-01 |
Richard Kreckel | Improve method of setting status_flags::dynallocated. |
tree | commitdiff |
2015-11-29 |
Richard Kreckel | Use neseted initializer lists to construct matrix objects. |
tree | commitdiff |
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 |
next |