identity_matrix: Identity Matrix on Device

Description Usage Arguments Value Note Author(s)

View source: R/methods-vclMatrix.R

Description

Creates an identity matrix directly on the current device (e.g. GPU)

Usage

1

Arguments

x

A numeric value indicating the order of the identity matrix

type

A character string specifying the type of gpuMatrix. Default is derived from getOption("gpuR.default.type").

Value

A vclMatrix object

Note

This function was only created for vclMatrix objects as the copy from CPU to gpuMatrix is trivial using the base diag function.

Author(s)

Charles Determan Jr.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.