Learn R Programming

SeqNet (version 1.1.3)

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

Description

Internal function to check if a matrix is positive definite

Usage

is_PD(x)

Arguments

x

A matrix to check.

Value

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