powered by
Logarithm of the absolute value of the determinant of a real matrix.
Eigen_logabsdet(M)
a real square matrix
The logarithm of the absolute value of the determinant of M.
M
# NOT RUN { set.seed(666L) M <- matrix(rpois(25L, 1), 5L, 5L) Eigen_logabsdet(M) # }
Run the code above in your browser using DataLab