kaleidicassociates / lubeck

High level linear algebra library for Dlang
http://lubeck.libmir.org/
Boost Software License 1.0
66 stars 14 forks source link

fix compilation-error of pinv test #2

Closed ShigekiKarita closed 7 years ago

ShigekiKarita commented 7 years ago

Without shaping appropriately, it fails as zip: all slices must have the same lengths in my environment LDC1.4.0

{
    "fileVersion": 1,
    "versions": {
        "cblas": "2.0.0",
        "lapack": "0.0.2",
        "mir-algorithm": "0.6.21",
        "mir-blas": "0.0.2",
        "mir-lapack": "0.0.3",
        "mir-random": "0.2.8"
    }
}

Does zip's behaviour changed?

9il commented 7 years ago

Thanks!

zip: https://github.com/libmir/mir-algorithm/pull/71