Open
Description
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 type SArray{Tuple{2,2},Float64,2,4}
. This became visible with the change JuliaLang/julia#32989 making pivoting the default. Would norm
be an option there?