Lines Matching refs:shift_top

244     sctx.shift_top = info->zeropivot;  in MatLUFactorNumeric_SeqAIJ()
252 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatLUFactorNumeric_SeqAIJ()
254 sctx.shift_top *= 1.1; in MatLUFactorNumeric_SeqAIJ()
348 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ()
383 …\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.shift_top)); in MatLUFactorNumeric_SeqAIJ()
423 sctx.shift_top = info->zeropivot; in MatLUFactorNumeric_SeqAIJ_inplace()
431 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatLUFactorNumeric_SeqAIJ_inplace()
433 sctx.shift_top *= 1.1; in MatLUFactorNumeric_SeqAIJ_inplace()
498 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_inplace()
531 …\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.shift_top)); in MatLUFactorNumeric_SeqAIJ_inplace()
582 sctx.shift_top = info->zeropivot; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
590 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
592 sctx.shift_top *= 1.1; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
605 sctx.shift_top = 0.; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
612 sctx.shift_top = 0.; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
620 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
622 if (sctx.shift_top < info->zeropivot) sctx.shift_top = info->zeropivot; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
623 sctx.shift_top *= 1.1; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
692 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
717 …\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.shift_top)); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1728 sctx.shift_top = info->zeropivot; in MatCholeskyFactorNumeric_SeqAIJ()
1736 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatCholeskyFactorNumeric_SeqAIJ()
1738 sctx.shift_top *= 1.1; in MatCholeskyFactorNumeric_SeqAIJ()
1860 …\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.shift_top)); in MatCholeskyFactorNumeric_SeqAIJ()
1895 sctx.shift_top = info->zeropivot; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
1903 if (rs > sctx.shift_top) sctx.shift_top = rs; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
1905 sctx.shift_top *= 1.1; in MatCholeskyFactorNumeric_SeqAIJ_inplace()