Searched refs:LAPACKstein_ (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex118.c | 55 …LAPACKstein_(&n, (PetscReal *)D, (PetscReal *)E, &nevs, (PetscReal *)evals, iblock, isplit, evecs_… in main()
|
| /petsc/include/ |
| H A D | petscblaslapack_mangle.h | 139 #define LAPACKstein_ PETSCBLAS(stein, STEIN) /* eigenvectors of real symm tridiagonal matrix */ macro
|
| H A D | petscblaslapack.h | 101 BLAS_EXTERN void LAPACKstein_(const PetscBLASInt *, const PetscReal *, const PetscReal *, const Pet… 103 …#define LAPACKstein_(a, b, c, d, e, f, g, h, i, j, k, l, m) PetscMissingLapack("STEIN", a, b, c, d… macro
|
| /petsc/src/ksp/ksp/impls/cg/gltr/ |
| H A D | gltr.c | 716 …PetscCallBLAS("LAPACKstein", LAPACKstein_(&t_size, cg->diag, cg->offd + 1, &e_valus, e_valu, e_ibl… in KSPCGSolve_GLTR()
|