-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
JuliaLang/julia
#40623Description
I use the unpivoted lu
function a lot in teaching linear algebra, because its results are more easily compared to hand calculations (where you rarely permute rows), and it is continually annoying to me that you do this by passing Val{false}
as the second argument — I feel like I'm exposing an ugly internal. Can't we changed this to a pivot=false
keyword?
LU factorization is a fairly expensive operation, so I am mystified by why we would care about dispatch performance here. Surely the cost of a runtime branch is negligible?
ararslan, ViralBShah, kylebeggs and newptcai
Metadata
Metadata
Assignees
Labels
No labels