Use of abs
in the pivoting branch of the generic lufact.
#693
Labels
needs decision
A decision on this change is needed
speculative
Whether the change will be implemented is speculative
The use of
abs
in the pivoting part broke some code of mine which was using the generic lu-fact on a matrix with elements of typeSArray{Tuple{2,2},Float64,2,4}
. This became visible with the change JuliaLang/julia#32989 making pivoting the default. Wouldnorm
be an option there?The text was updated successfully, but these errors were encountered: