- add preset selection functions for Schur decomposition. This avoids the cfunction closure that doesn´t work on all plateforms
- removes cfunction closure
- permits zero matrix in all QR functions
- fix bug in resize!() for real eigenvalues
- increase size of test matrices
- add MKL compatibility for ormqr!()
- add QROrmWs now required for ormqr! [breaking change]
- fix link to libblastrampoline for Windows in Julia-1.9
- fix generalized Schur ws.eigen_values
- lse implementation
- implement getrs!
- fix complex numbers QRPivotedWs
- fix resizing
- don't return views
- fix resizing
- adding support for orgqr! and orgql!
- fix method redefinition
- fix method defintions
- add resizing of workspace
- fix eigenvalues
- total refactoring
- fix pivoted QR
- adding pivoted QR
- several fixes
- initial files