det-methods: Calculate Determinant of a Matrix on GPU

Description Usage Arguments Value Note Author(s)

Description

det calculates the determinant of a matrix.

Usage

1
2
3
4
5
## S4 method for signature 'vclMatrix'
det(x)

## S4 method for signature 'gpuMatrix'
det(x)

Arguments

x

A gpuR matrix object

Value

The determine of x

Note

This function uses an LU decomposition and the det function is simply a wrapper returning the determinant product

Author(s)

Charles Determan Jr.


gpuR documentation built on May 30, 2019, 1:02 a.m.