Lines Matching refs:rwork
1091 PetscReal *rwork; in DMPlexMetricModify_Private() local
1092 PetscCall(PetscMalloc1(3 * dim, &rwork)); in DMPlexMetricModify_Private()
1093 …PetscCallBLAS("LAPACKsyev", LAPACKsyev_("V", "U", &nb, Mpos, &nb, eigs, work, &lwork, rwork, &lier… in DMPlexMetricModify_Private()
1094 PetscCall(PetscFree(rwork)); in DMPlexMetricModify_Private()
1499 PetscReal *rwork; in DMPlexMetricIntersection_Private() local
1500 PetscCall(PetscMalloc1(3 * dim, &rwork)); in DMPlexMetricIntersection_Private()
1501 …CallBLAS("LAPACKsyev", LAPACKsyev_("V", "U", &nb, evecs, &nb, evals, work, &lwork, rwork, &lierr)); in DMPlexMetricIntersection_Private()
1502 PetscCall(PetscFree(rwork)); in DMPlexMetricIntersection_Private()
1540 PetscReal *rwork; in DMPlexMetricIntersection_Private() local
1541 PetscCall(PetscMalloc1(3 * dim, &rwork)); in DMPlexMetricIntersection_Private()
1542 …CallBLAS("LAPACKsyev", LAPACKsyev_("V", "U", &nb, evecs, &nb, evals, work, &lwork, rwork, &lierr)); in DMPlexMetricIntersection_Private()
1543 PetscCall(PetscFree(rwork)); in DMPlexMetricIntersection_Private()