Re: [eigen] SimpliciaLDLT::analyzePattern_preordered

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

we should rather add a third template parameter to let the user choose the ordering method, currently :AMDOrdering<> or NaturalOrdering<> as in SparseQR and SparseLU. Perhaps we could also add a "PredefinedOrdering<>" class to ease the use of a custom precomputed ordering. Meanwhile, it's probably ok to use this undocumented method as a temporary workaround.

cheers,
Gaël.


On Fri, Jul 18, 2014 at 4:56 PM, Sameer Agarwal <sameeragarwal@xxxxxxxxxx> wrote:
Hi,

Is there a reason why analyzePattern_preordered is not documented in the public API for SimplicialLDLT?

There are situations in which, an ordering is computed via some indirect means or the natural ordering of the matrix is good enough that we do not want to spend time finding an ordering all over again. In such cases, this is a very useful method to have.

Is it okay to depend on this method in user code?

Thanks,
Sameer




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/