is_pd_fast: Fast Positive Definiteness Check

View source: R/utils.R

is_pd_fastR Documentation

Fast Positive Definiteness Check

Description

Efficiently checks if a matrix is positive definite using Cholesky decomposition.

Usage

is_pd_fast(M)

Arguments

M

Matrix. The matrix to verify.

Value

Logical. TRUE if positive definite, FALSE otherwise.


optimflex documentation built on April 11, 2026, 5:06 p.m.