powered by
typeof determines the type (i.e. storage mode) of a gpuR object
typeof
# S4 method for gpuMatrix typeof(x)# S4 method for gpuVector typeof(x)# S4 method for vclMatrix typeof(x)# S4 method for vclVector typeof(x)
# S4 method for gpuVector typeof(x)
# S4 method for vclMatrix typeof(x)
# S4 method for vclVector typeof(x)
A character string indicating the type of the gpuR object.
A gpuR object
Charles Determan Jr.