Page 1 of 1

DGEEV

PostPosted: Sat Feb 11, 2012 12:51 pm
by Kantoku
Hello,

I would like to use lapack to find the eigendecomposition of a relatively small (usually no more than 100x100) non-symmetric matrix whose eigenvalues are guaranteed to be real. Is there any way to speed up DGEEV by using real arithmetic instead of (what I assume it to be using) complex arithmetic?

Thanks!