kaleidicassociates / lubeck

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

more tests for svd #41

Open FraMecca opened 3 years ago

FraMecca commented 3 years ago

The test on the empty matrix is taken from here: https://github.com/numpy/numpy/blob/d19c664c70a3bcdd728a2a78bfe424491bdf2fc0/numpy/linalg/tests/test_linalg.py#L661 and is failing

9il commented 3 years ago

Thanks!

42 - the fix for empty input and the second unittest from this MR with minor fixes.