R/ldet.R

Defines functions ldet

ldet <-
function(M){determinant(M,logarithm=TRUE)$modulus[1]}

Try the saturnin package in your browser

Any scripts or data that you put into this service are public.

saturnin documentation built on May 1, 2019, 10:18 p.m.