det,vclMatrix-method | R Documentation |
det
calculates the determinant of a matrix.
## S4 method for signature 'vclMatrix'
det(x)
## S4 method for signature 'gpuMatrix'
det(x)
x |
A gpuR matrix object |
The determinant of x
This function uses an LU decomposition and the det
function is simply a wrapper returning the determinant product
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.