Daniel Baker

Results 13 issues of Daniel Baker

Switches to pybind11 for installation instead of using Python C-API. Adds 2d support, and exposes two functions - in-place and out-of-place.. (`fht` for out-of-place FHT, and `fht_` for in-place FHT.)

Do you have any intention or interest in providing an out-of-place FHT? Many applications, such as Orthogonal JL Transform and random orthogonal embedding kernel methods, would benefit from having distinct...

Unresolved symbol errors occur when using gcc7 or 6 but succeeds with gcc4. See http://clang.llvm.org/compatibility.html#inline for an explanation. A fix is simply replacing "inline" with "static inline", which I can...