Skip to contents

Is matrix positive definite

Usage

is_positive_definite(x)

Arguments

x

matrix, specified either as vector of lower triangle, or full matrix (as matrix class)

Value

TRUE if x is positive definite; FALSE otherwise.