Searched refs:mul3 (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 1547 mul3 = *pc3 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode() 1550 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode() 1559 rtmp3[col] -= mul3 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode() 1600 mul3 = (*pc3) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode() 1601 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode() 1607 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode() 1643 mul3 = (*pc3) * (*pc2); in MatLUFactorNumeric_SeqAIJ_Inode() 1644 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode() 1649 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode() [all …]
|