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
The workspace for the Cholesky inversion functionfaer::linalg::cholesky::llt::inverse::invert_lower_in_place as computed by invert_lower_in_place_req is equal to the size of the original matrix, doubling the memory requirements. Is this a bug? If not, is there a way to avoid the extra memory use and do a true in-place inversion?
The text was updated successfully, but these errors were encountered:
The workspace for the Cholesky inversion function
faer::linalg::cholesky::llt::inverse::invert_lower_in_place
as computed byinvert_lower_in_place_req
is equal to the size of the original matrix, doubling the memory requirements. Is this a bug? If not, is there a way to avoid the extra memory use and do a true in-place inversion?The text was updated successfully, but these errors were encountered: