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 symmetrix 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/pgR documentation built on July 8, 2022, 12:44 a.m.