faster_det: A function to calculate the determinant of M (faster than...

View source: R/k_cond.R

faster_detR Documentation

A function to calculate the determinant of M (faster than solve)

Description

A function to calculate the determinant of M (faster than solve)

Usage

faster_det(k_1_d, k_2_d, M_d)

Arguments

k_1_d

The current value of k1

k_2_d

The current value of k2

M_d

The M matrix

Value

The determinant

Author(s)

Bruna Wundervald, brunadaviesw@gmail.com.


brunaw/hebart documentation built on June 1, 2022, 8:35 p.m.