Re: [eigen] Eigen::Complex -- does it have a reason to exist?

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


> That is, unless someone can come up with a good reason for it to exist.
>  Going once... Going twice ....

Shot in the dark... handling mixed real/complex linear algebra?  E.g.
solving Ax=b when x and b are complex but A is not.  This is quite
annoying to handle using traditional BLAS/LAPACK since the real and
the imaginary parts of the problem decouple, but those APIs cannot
handle a strided matrix.

- Rhys



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