is_positive_definite: Is matrix positive definite

View source: R/is_positive_definite.R

is_positive_definiteR Documentation

Is matrix positive definite

Description

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.


PKPDsim documentation built on March 7, 2023, 5:40 p.m.