intf_is_psd: Check if a symmetric matrix is PSD within tolerance

View source: R/019_interface_matrix_utilities.R

intf_is_psdR Documentation

Check if a symmetric matrix is PSD within tolerance

Description

Check if a symmetric matrix is PSD within tolerance

Usage

intf_is_psd(val, tol = EIGVAL_TOL)

Arguments

val

A symmetric numeric matrix

tol

Eigenvalue tolerance

Value

Logical


CVXR documentation built on March 6, 2026, 9:10 a.m.