checkPositiveDefinite: checkPositiveDefinite
Description
Checks whether x
is positive definite, stop otherwise.
Usage
checkPositiveDefinite(x, message = NULL, stop = TRUE)
Arguments
- x
x
- message
identifier for x
- stop
whether to stop or to throw a warning