determinant-WoodburyMatrix-logical-method: Calculate the determinant of a WoodburyMatrix object

determinant,WoodburyMatrix,logical-methodR Documentation

Calculate the determinant of a WoodburyMatrix object

Description

Calculates the (log) determinant of a WoodburyMatrix using the matrix determinant lemma.

Usage

## S4 method for signature 'WoodburyMatrix,logical'
determinant(x, logarithm)

Arguments

x

A object that is a subclass of WoodburyMatrix

logarithm

Logical indicating whether to return the logarithm of the matrix.

Value

Same as base::determinant.

See Also

base::determinant


WoodburyMatrix documentation built on July 9, 2023, 7:04 p.m.