Daniel-Diaz / matrix

A Haskell native implementation of matrices and their operations.
BSD 3-Clause "New" or "Revised" License
35 stars 31 forks source link

Fix documentation for asymptotic time bounds #50

Closed Rotsor closed 7 years ago

Rotsor commented 7 years ago

Functions rref and inverse are super-slow. This patch changes documentation to reflect that.