eigen_det {fastLogisticRegressionWrap} | R Documentation |
Via the eigen package
eigen_det(X, num_cores = 1)
X |
A numeric matrix of size p x p |
num_cores |
The number of cores to use. Unless p is large, keep to the default of 1. |
The determinant as a scalar numeric value
p = 30
eigen_det(matrix(rnorm(p^2), nrow = p))