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
I can't see at a first sight, how to use ludivine for PLU decomposition in general.
How it should work for this example?
loadPackage "FastLinearAlgebra"
debug Core
R = ZZp(101,Strategy=>"Ffpack")
m = mutableMatrix matrix{{0_R,6_R},{0_R,0_R},{0_R,4_R}}
LUdecomposition m
(P,Q) = rawLQUPFactorization(raw m)
No description provided.
The text was updated successfully, but these errors were encountered: