is_positive_definite {PKPDsim}R 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.


[Package PKPDsim version 1.3.0 Index]