Skip to content
Snippets Groups Projects
  • stepan's avatar
    49e5ba8c
    Stats vs nmath structure refactoring + wilcox externals · 49e5ba8c
    stepan authored
    - code corresponding to 'nmath' in GnuR moved to new package:
    com.oracle.truffle.r.runtime.nmath
    - it turns that Wilcox uses Choose, which is a builtin node, the original
    structure did not allow code reuse in such cases
    - implement wilcox externals {d/p/q}wilcox and wilcox_free + improved choose
    49e5ba8c
    History
    Stats vs nmath structure refactoring + wilcox externals
    stepan authored
    - code corresponding to 'nmath' in GnuR moved to new package:
    com.oracle.truffle.r.runtime.nmath
    - it turns that Wilcox uses Choose, which is a builtin node, the original
    structure did not allow code reuse in such cases
    - implement wilcox externals {d/p/q}wilcox and wilcox_free + improved choose