Charles Determan

Results 37 issues of 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...

feature request

Add more in-place operations - [x] - `exp` - [x] - `abs` - [ ] - `log`/`log10` - [ ] - `min`/`max`

feature request

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...

feature request

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...

feature request

As requested by a user, implementing FFT is now slated.

feature request

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...

feature request

ViennaCL is known for good sparse matrix operations. Should add new classes to allow users to leverage this.

feature request

BH is only minimally used for such a large package. It shouldn't be necessary.

feature request

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...