Defined in File eigen.hpp
Check if a matrix is Positive Definite (PD), i.e. all eigenvalues are > 0.0.
> 0.0
m – [in] - Square matrix to check PD-ness on.
True if the matrix m is PD; False, otherwise.