Re: [eigen] patch for tridiagonal matrices in eigen

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


2008/12/19 Mauro Iazzi <mauro.iazzi@xxxxxxxxx>:
> I do not understand properly the meaning of these flags. For example
> part needs assumes some to be exclusive but not others (i.e.
> UpperTriangular is not UpperHessenberg, but StrictlyUpper is
> UpperTridiagonal...). If part() checked using == instead of & I think
> it would be safe to use the Flags to mark the type of the matrix (it
> already does in some points).

Hm, good remark.
It seems that the current design, whcih worked quite well do far, does
not scale very well.
Maybe indeed it's time to start using exclusive flags and == instead of &.

Cheers,
Benoit

---


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