Learn R Programming

PKPDsim (version 1.4.0)

is_positive_definite: Is matrix positive definite

Description

Is matrix positive definite

Usage

is_positive_definite(x)

Value

TRUE if x is positive definite; FALSE otherwise.

Arguments

x

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