indexing: Indexing Methods
Description
These methods are used to perform indexing operations. They work in much the same way as the base R functions. However, if the indexes involve very random numbers, it maybe very difficult for the GPU to coalesce the memory operations. Therefore it may be faster to move the object back to the host befor the indexing operations are performed.
Methods
signature(x = "gvector", i = "ANY", j = "ANY")
signature(x = "ANY", i = "ANY", j = "ANY")
signature(x = "gmatrix", i = "index", j = "index")
signature(x = "gmatrix", i = "index", j = "missing")
signature(x = "gmatrix", i = "missing", j = "index")
signature(x = "gmatrix", i = "missing", j = "missing")
signature(x = "gvector", i = "ANY", j = "ANY")
signature(x = "nonStructure", i = "ANY", j = "ANY")