meankondo/src
Ian Jauslin 167980ea43 Update to v1.5.
The update to version 1.5 is rather substantial, and introduces some minor
  backward-incompatibilities:
    * The header "#!symbols" has been replaced by "#!virtual_fields"
    * Multiplying polynomials using the '*' symbol is no longer supported (or,
      rather, the symbolic capabilities of meankondo were enhanced, and the
      syntax has been changed).
    * 'meantools exp' has been removed (its functionality is now handled by
      other means)
    * 'meantoolds derive' has been replaced by 'meantools differentiate'

  * The symbolic capabilities were enhanced: polynomials can now be
    multiplied, added, exponentiated, and their logarithms can be taken
    directly in the configuration file.

  * The flow equation can now be processed after being computed using the
    various "#!postprocess_*" entries.

  * Deprecated kondo_preprocess.

  * Compute the mean using an LU decomposition if possible.

  * More detailed checks for syntax errors in configuration file.

  * Check that different '#!group' entries are indeed uncorrelated.

  * New flags in meankondo: '-p' and '-A'.

  * New tool: meantools expand.

  * Improve conversion to LaTeX using meantools-convert

  * Assign terms randomly to different threads.

  * Multiple bug fixes
2022-06-14 09:26:07 +02:00
..
array.c Update to v1.5. 2022-06-14 09:26:07 +02:00
array.h Update to v1.5. 2022-06-14 09:26:07 +02:00
cli_parser.c Update to v1.5. 2022-06-14 09:26:07 +02:00
cli_parser.h Update to v1.5. 2022-06-14 09:26:07 +02:00
coefficient.c Update to v1.5. 2022-06-14 09:26:07 +02:00
coefficient.h Update to v1.5. 2022-06-14 09:26:07 +02:00
definitions.cpp Update to v1.5. 2022-06-14 09:26:07 +02:00
determinant.c Update to v1.5. 2022-06-14 09:26:07 +02:00
determinant.h Update to v1.5. 2022-06-14 09:26:07 +02:00
fields.c Update to v1.5. 2022-06-14 09:26:07 +02:00
fields.h Update to v1.5. 2022-06-14 09:26:07 +02:00
flow_mpfr.c Update to v1.5. 2022-06-14 09:26:07 +02:00
flow_mpfr.h Update to v1.5. 2022-06-14 09:26:07 +02:00
flow.c Update to v1.5. 2022-06-14 09:26:07 +02:00
flow.h Update to v1.5. 2022-06-14 09:26:07 +02:00
grouped_polynomial.c Update to v1.5. 2022-06-14 09:26:07 +02:00
grouped_polynomial.h Update to v1.5. 2022-06-14 09:26:07 +02:00
idtable.c Update to v1.5. 2022-06-14 09:26:07 +02:00
idtable.h Update to v1.5. 2022-06-14 09:26:07 +02:00
istring.c Update to v1.5. 2022-06-14 09:26:07 +02:00
istring.h Update to v1.5. 2022-06-14 09:26:07 +02:00
kondo_preprocess.c Update to v1.5. 2022-06-14 09:26:07 +02:00
kondo.c Update to v1.5. 2022-06-14 09:26:07 +02:00
kondo.h Update to v1.5. 2022-06-14 09:26:07 +02:00
mean.c Update to v1.5. 2022-06-14 09:26:07 +02:00
mean.h Update to v1.5. 2022-06-14 09:26:07 +02:00
meankondo.c Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_deriv.c Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_deriv.h Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_eval.c Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_eval.h Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_expand.c Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools_expand.h Update to v1.5. 2022-06-14 09:26:07 +02:00
meantools.c Update to v1.5. 2022-06-14 09:26:07 +02:00
number.c Update to v1.5. 2022-06-14 09:26:07 +02:00
number.h Update to v1.5. 2022-06-14 09:26:07 +02:00
numkondo.c Update to v1.5. 2022-06-14 09:26:07 +02:00
parse_file.c Update to v1.5. 2022-06-14 09:26:07 +02:00
parse_file.h Update to v1.5. 2022-06-14 09:26:07 +02:00
polynomial.c Update to v1.5. 2022-06-14 09:26:07 +02:00
polynomial.h Update to v1.5. 2022-06-14 09:26:07 +02:00
rational_float.c Update to v1.5. 2022-06-14 09:26:07 +02:00
rational_float.h Update to v1.5. 2022-06-14 09:26:07 +02:00
rational_int.c Update to v1.5. 2022-06-14 09:26:07 +02:00
rational_int.h Update to v1.5. 2022-06-14 09:26:07 +02:00
rational.h Update to v1.5. 2022-06-14 09:26:07 +02:00
rcc_mpfr.c Update to v1.5. 2022-06-14 09:26:07 +02:00
rcc_mpfr.h Update to v1.5. 2022-06-14 09:26:07 +02:00
rcc.c Update to v1.5. 2022-06-14 09:26:07 +02:00
rcc.h Update to v1.5. 2022-06-14 09:26:07 +02:00
symbolic_parser.c Update to v1.5. 2022-06-14 09:26:07 +02:00
symbolic_parser.h Update to v1.5. 2022-06-14 09:26:07 +02:00
tools.c Update to v1.5. 2022-06-14 09:26:07 +02:00
tools.h Update to v1.5. 2022-06-14 09:26:07 +02:00
tree.c Update to v1.5. 2022-06-14 09:26:07 +02:00
tree.h Update to v1.5. 2022-06-14 09:26:07 +02:00
types.h Update to v1.5. 2022-06-14 09:26:07 +02:00