haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Drop incorrect optimisation #330

Closed HuwCampbell closed 4 years ago

HuwCampbell commented 4 years ago

These optimisations aren't correct with non rectangular matrices.

Probably worth fixing them. But for now, just fix the issue.

Fixes #251

idontgetoutmuch commented 4 years ago

LGTM - thanks