Charles Determan
Charles Determan
It has occurred to me, during my toying with [gpuRcuda](https://github.com/gpuRcore/gpuRcuda) that I should be able to find a way to simply allow the user to indicate they wish to use...
Add more in-place operations - [x] - `exp` - [x] - `abs` - [ ] - `log`/`log10` - [ ] - `min`/`max`
Currently, if a user compiles a custom OpenCL kernel with, for example, `type = double` and tries to pass a `double` type object such as `vclVector(rnorm(4), type = "double")`. The...
I have seen a few other packages using cmake to facilitate installation of packages with C++ code. In particular some of which are dealing with getting Windows to compile with...
Starting to look at implementing the `integer` operations. Most should be straightforward, however, integer division provides an interesting situation. In R, integer division is usually done with `%/%`. So should...
As a consequence of issue #67 it is necessary to implement a `complex` type for the `vcl/gpu` objects. The interface won't really change as the underlying type is generally hidden...
ViennaCL is known for good sparse matrix operations. Should add new classes to allow users to leverage this.
BH is only minimally used for such a large package. It shouldn't be necessary.
CRAN?
I see that this package was removed from CRAN in July (https://cran.r-project.org/web/packages/blscrapeR/index.html). Are there any plans for the issues to be resolved and resubmitted? Or should users plan to go...