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
Match RF32MixedLUFactorization pivoting with RFLUFactorization
- Store (fact, ipiv) tuple in cache exactly like RFLUFactorization
- Pass ipiv to RecursiveFactorization.lu! and store both fact and ipiv
- Retrieve factorization using @get_cacheval()[1] pattern
- This ensures consistent behavior between the two implementations
0 commit comments