40 inline void caupp(integer& ido,
char bmat, integer n,
const char* which, integer nev,
41 double& tol, tensor::cdouble resid[], integer ncv,
42 tensor::cdouble V[], integer ldv, integer iparam[], integer ipntr[],
43 tensor::cdouble workd[], tensor::cdouble workl[],
44 integer lworkl,
double rwork[], integer& info)
303 F77_FUNC(znaupd,ZNAUPD)(&ido, &bmat, &n, which, &nev, &tol,
304 reinterpret_cast<blas::cdouble*
>(resid), &ncv,
305 reinterpret_cast<blas::cdouble*>(V), &ldv,
307 reinterpret_cast<blas::cdouble*
>(workd),
308 reinterpret_cast<blas::cdouble*>(workl),
309 &lworkl, rwork, &info);