Learn R Programming

gpuR (version 2.0.6)

typeof,gpuMatrix-method: Get gpuR object type

Description

typeof determines the type (i.e. storage mode) of a gpuR object

Usage

# S4 method for gpuMatrix
typeof(x)

# S4 method for gpuVector typeof(x)

# S4 method for vclMatrix typeof(x)

# S4 method for vclVector typeof(x)

Value

A character string indicating the type of the gpuR object.

Arguments

x

A gpuR object

Author

Charles Determan Jr.