S4 method of det defined for DenseMatrix.
det
DenseMatrix
det(x, ...) ## S4 method for signature 'DenseMatrix' det(x, ...)
x
A DenseMatrix object.
...
Unused.
A Basic object.
Basic
mat <- Matrix(LETTERS[1:9], 3) det(mat)