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 |
Value
TRUE if x
is positive definite; FALSE otherwise.
[Package PKPDsim version 1.3.0 Index]