Re: [eigen] Machine precision<> too coarse

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


2009/2/3 Keir Mierle <mierle@xxxxxxxxx>:
> Exactly. The user is the one who should make that choice. I have had cases
> where I was working near machine precision, and got slightly innaccurate
> results, but it was fine because I then pushed the values through a
> minimizer.
>
> If the matrix library had set a too-coarse precision then I couldn't have
> done this.

If you want we can allow the LU constructor to take an optional
precision parameter to override the default. That would make sense.

LU<MatrixXd> lu(m, prec);
result = lu.rank();

Benoit



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