is_sympd_matrix: Check if a symmetric positive definite numeric matrix of...

View source: R/predicates.R

is_sympd_matrixR Documentation

Check if a symmetric positive definite numeric matrix of dimension n x n

Description

this function checks if the input is a symmetric positive definite matrix

Usage

is_sympd_matrix(x, n)

Arguments

x

is the input

n

is the input matrix dimension (assuming a square matrix)


jtipton25/dasc2594 documentation built on Oct. 7, 2022, 3:46 p.m.