You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initialising DirectRENParams with the :cholesky option, an error sometimes occurs in the construction of H. Need a better method for initialisation.
The text was updated successfully, but these errors were encountered:
The change to the :cholesky initialisation in #103 should make this error less frequent. Still not a perfect fix, we should add some logic to check a valid H-matrix is constructed.
When initialising
DirectRENParams
with the:cholesky
option, an error sometimes occurs in the construction ofH
. Need a better method for initialisation.The text was updated successfully, but these errors were encountered: