is_PD: Internal function to check if a matrix is positive definite

Description Usage Arguments Value

View source: R/misc.R

Description

Internal function to check if a matrix is positive definite

Usage

1
is_PD(x)

Arguments

x

A matrix to check.

Value

Returns TRUE if the matrix is positive definite and FALSE otherwise.


SeqNet documentation built on July 9, 2021, 9:08 a.m.