japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

Don't call BLAS routines on zero-sized matrices #14

Closed japaric closed 9 years ago

japaric commented 9 years ago

For instance A * B where A has size (0, k) and B has size (k, n) should immediately return a zero-sized matrix without calling gemm.