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
cheb_cov.c seems to be working with mass lumping, but when I turn off mass lumping I get some cholCsrReal initialization errors. For a minimal example run
From what I can tell, cholCsrReal->impl is uninitialized (i.e. is NULL). So when we try to write to cholCsrReal->impl->A at src/chol_csr_real.c:143 we have issues.
The text was updated successfully, but these errors were encountered:
cheb_cov.c
seems to be working with mass lumping, but when I turn off mass lumping I get somecholCsrReal
initialization errors. For a minimal example runMy backtrace is
From what I can tell,
cholCsrReal->impl
is uninitialized (i.e. isNULL
). So when we try to write tocholCsrReal->impl->A
atsrc/chol_csr_real.c:143
we have issues.The text was updated successfully, but these errors were encountered: