Learn R Programming

gpuR (version 2.0.6)

det,vclMatrix-method: Calculate Determinant of a Matrix on GPU

Description

det calculates the determinant of a matrix.

Usage

# S4 method for vclMatrix
det(x)

# S4 method for gpuMatrix det(x)

Value

The determinant of x

Arguments

x

A gpuR matrix object

Author

Charles Determan Jr.