Searched refs:ldwork (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 2011 PetscBLASInt M, N, K, lda, ldb, ldwork, info; in PetscFVLeastSquaresPseudoInverse_Static() local 2023 PetscCall(PetscBLASIntCast(worksize, &ldwork)); in PetscFVLeastSquaresPseudoInverse_Static() 2025 PetscCallBLAS("LAPACKgeqrf", LAPACKgeqrf_(&M, &N, A, &lda, tau, work, &ldwork, &info)); in PetscFVLeastSquaresPseudoInverse_Static() 2034 PetscCallBLAS("LAPACKorgqr", LAPACKorgqr_(&M, &N, &K, Q, &lda, tau, work, &ldwork, &info)); in PetscFVLeastSquaresPseudoInverse_Static() 2066 PetscBLASInt M, N, lda, ldb, ldwork; in PetscFVLeastSquaresPseudoInverseSVD_Static() local 2082 PetscCall(PetscBLASIntCast(worksize, &ldwork)); in PetscFVLeastSquaresPseudoInverseSVD_Static() 2090 …Kgelss_(&M, &N, &nrhs, A, &lda, Brhs, &ldb, rtau, &rcond, &irank, tmpwork, &ldwork, rwork, &info)); in PetscFVLeastSquaresPseudoInverseSVD_Static() 2098 …", LAPACKgelss_(&M, &N, &nrhs, A, &lda, Brhs, &ldb, tau, &rcond, &irank, tmpwork, &ldwork, &info)); in PetscFVLeastSquaresPseudoInverseSVD_Static()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2790 PetscBLASInt M, N, K, lda, ldb, ldwork, info; in PetscDTPseudoInverseQR() local 2811 PetscCall(PetscBLASIntCast(worksize, &ldwork)); in PetscDTPseudoInverseQR() 2813 PetscCallBLAS("LAPACKgeqrf", LAPACKgeqrf_(&M, &N, A, &lda, tau, work, &ldwork, &info)); in PetscDTPseudoInverseQR() 2822 PetscCallBLAS("LAPACKorgqr", LAPACKorgqr_(&M, &N, &K, Q, &lda, tau, work, &ldwork, &info)); in PetscDTPseudoInverseQR()
|