quil-lang / magicl

Matrix Algebra proGrams In Common Lisp.
BSD 3-Clause "New" or "Revised" License
237 stars 45 forks source link

hermitian-matrix-p always checks double-float epsilon #208

Open stylewarning opened 1 month ago

stylewarning commented 1 month ago

Double float epsilon is used as the test everywhere even though single float matrices may be used.