quil-lang / magicl

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

Clean up use of macros in LAPACK definitions #197

Open stylewarning opened 1 year ago

stylewarning commented 1 year ago

In order to define the LAPACK-ified Lisp versions of functions, macros are used heavily and seemingly unnecessarily. Clean this up.