2016-01-28 |
Richard Kreckel | Remove 'level' argument of evalf(). |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Richard Kreckel | Avoid x^0 and Order(x^0) terms together in series expan... |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Richard Kreckel | Happy New Year! |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Richard Kreckel | De-document eval() in ginsh help and manpage. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Richard Kreckel | Make relational::rhs() and lhs() nonvirtual. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Vladimir V... | Clarification on symmetries of metric of clifford object. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Vladimir V... | Add specific dbgprinttree() method to clifford. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Ralf Stephan | cache pseries coeff accesses in pseries::mul_series. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove reference to ftpthep.physik.uni-mainz.de. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Hoist typeid(*this) from loops. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove iter_swap specializations. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Add support for power::info(info_flags::real). |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove info_flags::algebraic. |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Remove expairseq::construct_from_2_ex_via_exvector... |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | include <algorithm> for use of std::min(). |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Remove useless code in add::eval(). |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Add rvalue reference ctors from epvectors for add,... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Merge some cosmetic patches. |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Make .eval() evaluate top-level only. |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Make add::eval(), mul::eval() work without compromise. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Richard Kreckel | Improve method of setting status_flags::dynallocated. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Remove accidentally pushed binary. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Rename array of precomputed data in test suite. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Use neseted initializer lists to construct matrix objects. |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Richard Kreckel | [build] Update scripts for correct rpath for linking... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Use initializer lists to construct container<>, lst. |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Infrastructure: Update baseline language check M4 macros. |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Make ample use of the contextual keyword 'override'. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Standard header cleanup. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Replace idx_is_not functor by a C++11 lambda. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | In power::expand_add(), don't reserve excess monomial... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Make specialized power::expand() helpers static member... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | Tutorial: how to create noncommutative symbols? |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | Avoid some explicit copying of STL containers. |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | mul::can_make_flat(): Finish ancient unfinished code. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | unit_matrix(r,c) can return an evaluated matrix object. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | Make (a+b+c+...)^n work for huuuge terms. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | Convert some more ctors from copying to moving STL... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Replace static const variables with constexpr, where... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Fix some pedantic compiler warnings. |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Replace GiNaC::ToString() with std::to_string(). |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Use C++11 'nullptr' where applicable. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Remove C++89 workaround for closing angle brackets... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Remove 'discardable' option from ctors of container... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Add trivial shortcuts in expair plumbing of class add. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Richard Kreckel | Fix little missed optimization. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Richard Kreckel | Replace dynamic throw() with static noexcept operator. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Richard Kreckel | Add some minor optimizations. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Richard Kreckel | Speed up power::real_part() and power::imag_part(). |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Richard Kreckel | Use AX_CXX_COMPILE_STDCXX_11 macro to force C++11 compi... |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Richard Kreckel | Fix most remaining GCC compiler warnings. |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Richard Kreckel | Move ctors for classes matrix and pseries. |
commit | commitdiff | tree | snapshot |
2015-11-03 |
Richard Kreckel | Use C++11 range-based foor loops and auto, where possible. |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Richard Kreckel | Update documentation of prerequisites. |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Richard Kreckel | Replace use of NULL by C++11 nullptr. |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Richard Kreckel | Remove dependence on depreacted std::auto_ptr<T>. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Richard Kreckel | Remove support for Cint. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Richard Kreckel | Remove unfinished code for hash table-based expairseq. |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Richard Kreckel | Fix make check with g++ -std=c++11. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Richard Kreckel | Fix some apparent typos and misindentations 2. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Richard Kreckel | Fix algebraic power::has() for larger integer exponents. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Richard Kreckel | Include crc32.h only if needed. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
Richard Kreckel | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Richard Kreckel | Fix parser example in tutorial. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Richard Kreckel | Fix some apparent typos and misindentations. |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Richard Kreckel | Finalizing release 1.6.5. ginac_1-6-5 |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Stefan Weinzierl | Fix bug in PolyLogs of rational numbers. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Richard Kreckel | Speed up pow(+(...),n).expand() where n>2. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Richard Kreckel | Fix pow(+(...),2).expand(). |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Richard Kreckel | Finalized 1.6.4 release. ginac_1-6-4 |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Richard Kreckel | Fix pow(+(...),2).expand(). |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Richard Kreckel | Add test cases for improved abs(arg). |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Vladimir Kisil | Improve abs(arg). |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Vladimir Kisil | Fix pow::info(info_flags::nonnegative). |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Vladimir Kisil | Fix mul::info(info_flags::nonnegative). |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Vladimir Kisil | Make power::expand() (x*p)^c -> x^c * p^c, if p>0. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Martin Vala | Make compile_ex() work with CMake. |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Ladislav Zejda | Improve normalization with nested functions. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Vladimir V... | Fixing index in tutorial. |
commit | commitdiff | tree | snapshot |
2015-02-08 |
Vladimir V... | Explicit derivation of functions. |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Vladimir V... | Put a reference on eta function into tutorial. |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Richard Kreckel | Happy new year! |
commit | commitdiff | tree | snapshot |
2015-01-25 |
Vladimir V... | Small optimization in simplify_indexed. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Vladimir V... | Evaluate abs(z)^(2n) -> z^n * conjugate(z)^n. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Richard Kreckel | Finalized 1.6.3 release. ginac_1-6-3 |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Alexei Sheplyakov | Prepare for 1.6.3 release. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Richard Kreckel | Update copyright statements. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Richard Kreckel | The FSF has moved (long ago). |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Stefan Weinzierl | Fix log() error in multiple polylog G. |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Stefan Weinzierl | Fix evaluation of some G-polylogs. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Alexei Sheplyakov | G_numeric: fix evaluation with y == 1 |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Alexei Sheplyakov | Add more ex::is_polynomial() tests |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Vladimir V... | Providing default (un)archiving for cliffordunit class. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Richard Kreckel | [bugfix] ex::is_polynomial(x): fix miscomputations |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Richard Kreckel | Fix example of symmetrization in tutorial. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Alexei Sheplyakov | [bugfix] log_series: avoid infinite recursion |
commit | commitdiff | tree | snapshot |
2014-05-18 |
Alexei Sheplyakov | Fix an infinite loop in factor_multivariate. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Stefan Weinzierl | G_do_hoelder: fix the transformation of the imaginary... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Stefan Weinzierl | G_numeric: fix numeric evaluation with trailing zeros... |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Richard Kreckel | [docs] remind users tho send EOF marker when doing... |
commit | commitdiff | tree | snapshot |
next |