is_psd: Checks if matrix is positive semi-definite

View source: R/matrix.R

is_psdR Documentation

Checks if matrix is positive semi-definite

Description

Checks if matrix is positive semi-definite

Usage

is_psd(X, tol = 1e-08)

Arguments

X

matrix to test

tol

tolerance to allow for zero eigenvalues


jean997/mrScan documentation built on Dec. 20, 2024, 3:39 a.m.