Searched refs:ldQ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 654 PetscBLASInt ldQ; /* leading dimension of Q */ in KSPDGMRESComputeSchurForm_DGMRES() local 673 ihi = ldQ = bn; in KSPDGMRESComputeSchurForm_DGMRES() 681 PetscCall(PetscMalloc1(ldQ * n, &Q)); in KSPDGMRESComputeSchurForm_DGMRES() 722 …PetscCallBLAS("LAPACKhseqr", LAPACKhseqr_("S", "I", &bn, &ilo, &ihi, A, &ldA, wr, wi, Q, &ldQ, wor… in KSPDGMRESComputeSchurForm_DGMRES() 758 …PetscCallBLAS("LAPACKtrsen", LAPACKtrsen_("B", "V", select, &bn, A, &ldA, Q, &ldQ, wr, wi, &NbrEig… in KSPDGMRESComputeSchurForm_DGMRES() 764 for (j = 0; j < NbrEig; j++) PetscCall(PetscArraycpy(&SR[j * N], &Q[j * ldQ], n)); in KSPDGMRESComputeSchurForm_DGMRES()
|