Searched refs:LAPACKpttrs_ (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 137 #define LAPACKpttrs_ PETSCBLAS(pttrs, PTTRS) /* solve a spd tridiagonal matrix system */ macro
|
| H A D | petscblaslapack.h | 215 BLAS_EXTERN void LAPACKpttrs_(const char *, const PetscBLASInt *, const PetscBLASInt *, const Petsc… 251 BLAS_EXTERN void LAPACKpttrs_(const PetscBLASInt *, const PetscBLASInt *, const PetscReal *, const …
|
| /petsc/src/ksp/ksp/impls/cg/gltr/ |
| H A D | gltr.c | 694 …PetscCallBLAS("LAPACKpttrs", LAPACKpttrs_(&t_size, &nrhs, t_diag, t_offd + 1, t_soln, &nldb, &info… in KSPCGSolve_GLTR() 774 …PetscCallBLAS("LAPACKpttrs", LAPACKpttrs_(&t_size, &nrhs, t_diag, t_offd + 1, e_rwrk, &nldb, &info… in KSPCGSolve_GLTR() 810 …PetscCallBLAS("LAPACKpttrs", LAPACKpttrs_(&t_size, &nrhs, t_diag, t_offd + 1, t_soln, &nldb, &info… in KSPCGSolve_GLTR()
|