Re: [eigen] [patch] LDLt decomposition with rank-deficient matrices

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


hm, on the other hand for other decompositions (e.g., QR) we have
separate classes, so maybe it makes sense to have a separate class as
well ? (they can possibly share the same implementation)

gael


On Wed, Jun 16, 2010 at 7:05 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> Finally, we can consider this option to be in pair with
> the compute* options for the other decompositions, so let's do the
> same here, i.e.:
>
> add a "int option" parameter to all LDLT ctor and to the compute
> method defaulting to "Pivoting". To disable pivoting will use the
> NoPivoting constant. That's better than meaningless booleans.



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