gdeterminant: Computes generalised determinant

View source: R/helper_functions.R

gdeterminantR Documentation

Computes generalised determinant

Description

Computes generalised determinant

Usage

gdeterminant(x, eps = NULL, log = TRUE)

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.

Value

generalised log-determinant of x


LaMa documentation built on June 8, 2025, 1:53 p.m.