huttered40 / capital

Distributed-memory implementations of novel Cholesky and QR matrix factorizations
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Add Newtons Iteration for matrix inversion #17

Closed huttered40 closed 5 years ago

huttered40 commented 5 years ago
huttered40 commented 5 years ago

Technically this is done, but the resulting error norm is not as small as I'd like.

huttered40 commented 5 years ago

This seems to be good.