Searched refs:blas_info (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/guess/impls/fischer/ |
| H A D | fischer.c | 202 PetscBLASInt blas_m, blas_info, blas_rank = 0, blas_lwork, blas_one = 1; in KSPGuessFormGuess_Fischer_3() local 228 …v", LAPACKheev_("V", "L", &blas_m, corr, &blas_m, s_values, work, &blas_lwork, rwork, &blas_info)); in KSPGuessFormGuess_Fischer_3() 230 …PACKsyev", LAPACKsyev_("V", "L", &blas_m, corr, &blas_m, s_values, work, &blas_lwork, &blas_info)); in KSPGuessFormGuess_Fischer_3() 233 if (blas_info == 0) { in KSPGuessFormGuess_Fischer_3() 256 …olver failed with error code %" PetscBLASInt_FMT " - setting initial guess to zero\n", blas_info)); in KSPGuessFormGuess_Fischer_3() 261 if (itg->monitor && blas_info == 0) { in KSPGuessFormGuess_Fischer_3()
|