checkPD(L)
This function takes a list of symmetric matrices (or a single symmetric matrix) and returns the sublist of its positive definite matrices. If there are no positive definite matrices in the list, it returns an empty list.
Note that the function does not check whether the matrices in the original list are symmetric.
If a matrix contains an imaginary part below the tolerance level, then only the real part is reported in the output. (See checkPD(...,ZeroTolerance=>...))
|
|
The object checkPD is a method function with options.