Closed HuwCampbell closed 4 years ago
import Numeric.LinearAlgebra.Tests main :: IO () main = runTests 100
------ svd +++ OK, passed 100 tests. Segmentation fault: 11
This is on MacOS. It seems to happen only on complex numbers, and I'm pretty sure that it's the work size passed to zgesdd_.
zgesdd_
This is on MacOS. It seems to happen only on complex numbers, and I'm pretty sure that it's the work size passed to
zgesdd_
.