Searched refs:mul2 (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 1408 mul2 = *pc2 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode() 1410 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode() 1418 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode() 1546 mul2 = *pc2 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode() 1549 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode() 1558 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode() 1598 mul2 = (*pc2) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode() 1599 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode() 1606 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode() [all …]
|