Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Being optimistic for better performance
authorBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 7 Mar 2022 18:10:11 +0000 (19:10 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 7 Mar 2022 18:10:11 +0000 (19:10 +0100)
commitaedc2aa6b82c69adc779ffc4bb8ece31ac423440
treeedb80708c90fb9336dcf218207cd977213e7e96e
parent9a01538f6933774c3dc6816482324b61efa9cdaf
Being optimistic for better performance

If the matrix isn't singular (which is true most of the cases) this
PartialPivLU is much faster than FullPivLU.

Let's be optimistic, what can go wrong? ;)
src/kernel/lmm/bmf.cpp