TomMaullin / BLMM

This repository contains all code for the BLMM toolbox.
19 stars 5 forks source link

Inverse overflow #20

Closed TomMaullin closed 4 years ago

TomMaullin commented 4 years ago

To help with overflow, where possible all matrix inversions should be replaced with pinv or if possible solve. It may be useful to add overflow checks but should be weighed against computation time costs.

TomMaullin commented 4 years ago

This has been resolved in PR #29

TomMaullin commented 4 years ago

This issue has now been completely closed by PR #36 .