Home
last modified time | relevance | path

Searched refs:LAPACKhgeqz_ (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscblaslapack_mangle.h195 #define LAPACKhgeqz_ PETSCBLAS(hgeqz, HGEQZ) macro
H A Dpetscblaslapack.h153 BLAS_EXTERN void LAPACKhgeqz_(const char *, const char *, const char *, PetscBLASInt *, PetscBLASIn…
155 …#define LAPACKhgeqz_(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) PetscMissingLapac… macro
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmresdeflation.c127 …PetscCallBLAS("LAPACKhgeqz", LAPACKhgeqz_("S", "I", "I", &KspSize, &ilo, &KspSize, A, &ldA, B, &ld… in KSPAGMRESSchurForm()