Skip to content
Snippets Groups Projects
  1. Jul 10, 2019
  2. Jul 08, 2019
  3. Jul 03, 2019
  4. Jun 26, 2019
  5. Jun 10, 2019
  6. Jun 09, 2019
  7. May 29, 2019
  8. May 28, 2019
  9. May 27, 2019
    • Stephan Hageboeck's avatar
      [RF] Add RooJohnson PDF. · 14c2ce49
      Stephan Hageboeck authored
      The Johnson PDF is a transformed Gaussian distribution. An implementation
      with analytical integrals and generator functions is added.
      
      Also:
      - Test for equivalence with an LHCb reference implementation
      - Test numerical vs analytical integration to percent level
      - Test numerical mean value vs literature
      - Add release notes and images for doxygen
      14c2ce49
  10. May 14, 2019
  11. May 13, 2019
  12. May 08, 2019
  13. May 07, 2019
  14. Apr 30, 2019
  15. Apr 29, 2019
  16. Apr 21, 2019
  17. Apr 17, 2019
  18. Apr 16, 2019
  19. Apr 10, 2019
  20. Apr 09, 2019
  21. Apr 08, 2019
    • Vassil Vassilev's avatar
      [clad] Bump clad version to v0.5. · ad9e5c42
      Vassil Vassilev authored
      The new release includes some improvements in both Forward and
      Reverse mode:
      * Extend the way to specify a dependent variables. Consider function,
        `double f(double x, double y, double z) {...}`, `clad::differentiate(f, "z")`
        is equivalent to `clad::differentiate(f, 2)`. `clad::gradient(f, "x, y")`
        differentiates with respect to `x` and `y` but not `z`. The gradient results
        are stored in a `_result` parameter in the same order as `x` and `y` were
        specified. Namely, the result of `x` is stored in `_result[0]` and the result
        of `y` in `_result[1]`. If we invert the arguments specified in the string to
        `clad::gradient(f, "y, x")` the results will be stored inversely.
      * Enable recursive differentiation.
      * Support single- and multi-dimensional arrays -- works for arrays with constant
        size like `double A[] = {1, 2, 3};`, `double A[3];` or `double A[1][2][3][4];`
      
      See more at: https://github.com/vgvassilev/clad/blob/v0.5/docs/ReleaseNotes.md
      ad9e5c42
    • Brian Bockelman's avatar
      Add README for the bulk IO interface. · 6a607017
      Brian Bockelman authored
      6a607017
Loading