isPD {oosse} | R Documentation |
Helper function to check if matrix is positive definite
Description
Helper function to check if matrix is positive definite
Usage
isPD(mat, tol = 1e-06)
Arguments
mat |
The matrix |
tol |
The tolerance |
Value
A boolean indicating positive definiteness
[Package oosse version 1.0.11 Index]