gpu_cast_float {gpuMagic}R Documentation

Internal usage only, the package export this function only for the other package to access.

Description

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Internal usage only, the package export this function only for the other package to access.

Usage

gpu_cast_float(x)

gpu_cast_double(x)

gpu_cast_uint(x)

gpu_cast_int(x)

gpu_cast_long(x)

gpu_cast_ulong(x)

isgreater(x, y)

## S3 method for class 'extCode'
extractVars(x)

extractVars(x)

## Default S3 method:
extractVars(x)

## S3 method for class 'expression'
extractVars(x)

## S3 method for class 'varInfo'
extractVars(x)

Arguments

x

Internal usage only

y

Internal usage only

Value

A double type data

A vector of variables

Examples

gpu_cast_float(10)
#Just to make biocCheck happy with that.

[Package gpuMagic version 1.6.0 Index]