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
Identity matrices cause stack overflows when you call asElementList as it ping pongs back from the MatrixViewVector implementation and the AMatrix implementation.
Unfortunately this means I have to use manually-constructed identity matrices for my usecase.
The text was updated successfully, but these errors were encountered:
Identity matrices cause stack overflows when you call
asElementList
as it ping pongs back from the MatrixViewVector implementation and the AMatrix implementation.Unfortunately this means I have to use manually-constructed identity matrices for my usecase.
The text was updated successfully, but these errors were encountered: