[Trilinos-Users] bug in Teuchos_LAPACK.hpp?

Burkhard Doliwa doliwa at temf.tu-darmstadt.de
Tue Oct 18 08:21:57 MDT 2005


Hi all,

I think there is a bug in the Teuchos_LAPACK.hpp file:

Instead of
     ZGETRI_F77(&n, A, &lda, IPIV, WORK, lwork, info);

one should have
     ZGETRI_F77(&n, A, &lda, IPIV, WORK, & lwork, info);

Similarly for the other GETRI wrappers.

Burkhard



More information about the Trilinos-Users mailing list