Paul English

Results 14 issues of Paul English

It could be useful to be able to compute things like the Jacobian and Hessian, as well as related products. Additionally Taylor expansion could be beneficial as well. Making these...

Multiple arguments aren't currently supported, e.g. functions like ``` clojure (fn [x] (- (- (exp x) 1.5) (atan x))) ``` would be much more idiomatic if it could be written,...

bug

While trying to install the necessary packages using source('package_installer.R') I run into these errors, ``` Error in library.dynam(lib, package, package.lib) : shared object ‘digest.so’ not found ERROR: lazy loading failed...

In some environments it's a bit challenging to get the libvips libraries. As an option it could be great to allow static linking of libvips so that a rust binary...