ekmett / linear

Low-dimensional linear algebra primitives for Haskell.
http://hackage.haskell.org/package/linear
Other
201 stars 50 forks source link

Attempt at inverting matrices #148

Closed phischu closed 5 years ago

phischu commented 5 years ago

This could fix #86. The strategy is to observe that we can invert matrices over a direct sum (or product) of vector spaces blockwise. Then for V n we split, recurse and merge.

phischu commented 5 years ago

This should live in a separate package.