Searched refs:bMaxN (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 346 PetscBLASInt bNen, bMaxN; in KSPGuessUpdate_POD() local 349 PetscCall(PetscBLASIntCast(pod->maxn, &bMaxN)); in KSPGuessUpdate_POD() 350 …ASgemm_("T", "N", &bNen, &bN, &bN, &one, pod->eigv + st, &bN, pod->yhay, &bMaxN, &zero, pod->swork… in KSPGuessUpdate_POD()
|