SLICOT / SLICOT-Reference

SLICOT - A Fortran subroutines library for systems and control
BSD 3-Clause "New" or "Revised" License
47 stars 20 forks source link

MB4DLZ and MB02SZ use a non Standard BLAS routine #12

Closed grisuthedragon closed 7 months ago

grisuthedragon commented 10 months ago

The routines MB4DLZ and MB02SZ reference the DCABS1 routine, which is not available in some BLAS implementations(like ATLAS). In order to get SLICOT working with allmost all BLAS libraries, this routine needs to be replaced or inlined.

VasileSima4 commented 7 months ago

MB4DLZ and MB02SZ have been updated in Version v5.9 and there are no more DCABS1 calls.