Learn R Programming

LaMa (version 2.0.3)

gdeterminant: Computes generalised determinant

Description

Computes generalised determinant

Usage

gdeterminant(x, eps = 1e-10, log = TRUE)

Value

generalised log-determinant of x

Arguments

x

square matrix

eps

eigenvalues smaller than this will be treated as zero

log

logical. If TRUE, the log-determinant is returned. If FALSE, the determinant is returned.