Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment back the unsuccessful try to use faster matrix solver.
authorBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 11 Mar 2022 11:17:12 +0000 (12:17 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 11 Mar 2022 11:17:12 +0000 (12:17 +0100)
commit4049157963fde42d8ab2e1dea5d1fca83af6ad08
tree55114eb604adea2ee67e6671c56aac495d755f0e
parent3c0a4cd82fe92f060595748b8e5ddc31e2e60637
Comment back the unsuccessful try to use faster matrix solver.

Ideally we would like to use PartialPivLU most of the time. But in some
cases, as tested in the UTs, we need the complete pivoting and the
assurance given by FullPivLU.

Document why it didn't work.
Need another way to check that the solution is invalid that doesn't
include isNaN.
src/kernel/lmm/bmf.cpp