| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | 30 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &bn, &bn, R, &bN, realpart, &sdummy, &idummy, … in KSPComputeExtremeSingularValues_GMRES() 32 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &bn, &bn, R, &bN, realpart, &sdummy, &idummy, … in KSPComputeExtremeSingularValues_GMRES()
|
| /petsc/src/ksp/pc/impls/svd/ |
| H A D | svd.c | 79 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "A", &nb, &nb, a, &nb, d, u, &nb, v, &nb, work, &lw… in PCSetUp_SVD() 90 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "A", &nb, &nb, a, &nb, dd, u, &nb, v, &nb, work, &l… in PCSetUp_SVD()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 171 #define LAPACKgesvd_ PETSCBLAS(gesvd, GESVD) macro
|
| H A D | petscblaslapack.h | 286 BLAS_EXTERN void LAPACKgesvd_(const char *, const char *, const PetscBLASInt *, const PetscBLASInt … 289 BLAS_EXTERN void LAPACKgesvd_(const char *, const char *, const PetscBLASInt *, const PetscBLASInt …
|
| /petsc/src/ksp/ksp/impls/bcgsl/ |
| H A D | bcgsl.c | 170 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "A", &bell, &bell, &MZa[1 + ldMZ], &ldMZ, bcgsl->s,… in KSPSolve_BCGSL() 172 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "A", &bell, &bell, &MZa[1 + ldMZ], &ldMZ, bcgsl->s,… in KSPSolve_BCGSL()
|
| /petsc/src/mat/tests/ |
| H A D | ex116.c | 153 …LAPACKgesvd_("S", "S", &im, &in, arrayA, &im, evals, arrayU, &minMN, arrayVT, &minMN, work, &lwork… in main()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex13.c | 94 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &n, &n, Mcopy, &n, S, NULL, &n, NULL, &n, work… in test()
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 418 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("N", "N", &blasint2, &blasint, &mfqP->L_tmp[(mfqP->n + 1… in morepoints()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 53 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "N", &bM, &bN, data, &bM, sing, U, &bM, &ds, &di, u… in MatDenseOrthogonalRangeOrComplement() 56 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("A", "N", &bM, &bN, data, &bM, sing, U, &bM, &ds, &di, u… in MatDenseOrthogonalRangeOrComplement() 6722 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("O", "N", &Blas_M, &Blas_N, &constraints_data[0], &Blas_… in PCBDDCConstraintsSetUp() 6724 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("O", "N", &Blas_M, &Blas_N, &constraints_data[0], &Blas_… in PCBDDCConstraintsSetUp() 6875 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("O", "N", &Blas_M, &Blas_N, ptr_to_data, &Blas_LDA, sing… in PCBDDCConstraintsSetUp() 6877 …PetscCallBLAS("LAPACKgesvd", LAPACKgesvd_("O", "N", &Blas_M, &Blas_N, ptr_to_data, &Blas_LDA, sing… in PCBDDCConstraintsSetUp()
|