Searched refs:pc4 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 1207 …MatScalar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, … in MatLUFactorNumeric_SeqAIJ_Inode() local 1734 pc4 = rtmp4 + row; in MatLUFactorNumeric_SeqAIJ_Inode() 1735 if (*pc1 != 0.0 || *pc2 != 0.0 || *pc3 != 0.0 || *pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode() 1740 mul4 = *pc4 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode() 1744 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode() 1792 pc4 = rtmp4 + i; in MatLUFactorNumeric_SeqAIJ_Inode() 1793 if (*pc2 != 0.0 || *pc3 != 0.0 || *pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode() 1798 mul4 = (*pc4) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode() 1799 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode() 1841 pc4 = rtmp4 + i + 1; in MatLUFactorNumeric_SeqAIJ_Inode() [all …]
|