isPD: Check if Positive Definite

View source: R/RcppExports.R

isPDR Documentation

Check if Positive Definite

Description

Check if Positive Definite

Usage

isPD(x, force_symmetry = FALSE, tau = 1e-08)

Arguments

x

Numeric matrix.

force_symmetry

Force the matrix to be symmetric?

tau

Threshold the minimum eigenvalue must exceed for the matrix to be considered positive definite.

Value

Logical indicating whether the matrix is PD.


AllelicSeries documentation built on April 3, 2025, 7:46 p.m.