This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33100: allow nonpositive tolerance for RDF/CDF is_hermitian().
Our RDF/CDF matrix subclass has a check to ensure that the tolerance passed to is_hermitian() is strictly positive. The superclass does not do that, and there's _technically_ no problem with using a negative tolerance -- all comparisons will simply fail -- so we remove the check here to simplify the class hierarchy a bit. The eventual goal is to consolidate and unify the API and behavior of all these methods.
- Loading branch information