2016-04-04 |
Richard Kreckel | Install ginac-excompiler in $LIBEXECDIR, not in $BINDIR. |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Richard Kreckel | [build] Ship FindLibDL.cmake, it's needed by CMakeLists... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
Richard Kreckel | Remove ex::to_rational(lst) and ex::to_polynomial(lst). |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Richard Kreckel | Use C++11 'auto' and range-based for loops where possible. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Richard Kreckel | Use C++11 'nullptr' where applicable. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Kreckel | [build] Force C++11 compilation when using CMake. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Kreckel | [build] Fix CMake build. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | minor optimization in power::expand_add |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | Fix a comment. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | speed up multiply_lcm(e, lcm) a bit |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | [bugfix] fix elusive bug in quo, rem,... |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Richard Kreckel | [bugfix] fix sqrfree(poly) for zero polynomials in... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Richard Kreckel | Remove extra cases for missing <stdint.h>. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Richard Kreckel | [C++17] Remove inheritance from std::binary_function... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Richard Kreckel | [C++17] Replace std::bind2nd with a lambda. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Richard Kreckel | Remove global variable max_recursion_level. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Richard Kreckel | Remove 'level' argument of normal(). |
commit | commitdiff | tree | snapshot |
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 |
next |