Searched refs:nzRow (Results 1 – 2 of 2) sorted by relevance
1524 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() local1532 nzRow = Ai[i + 1] - Ai[i]; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()1537 nzLeft = (nzRow - 1) / 2; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()1538 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0()1759 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0() local1764 nzRow = Ai[i + 1] - Ai[i]; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()1765 if (nzRow > 1) { in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()1769 nzLeft = (nzRow - 1) / 2; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()1770 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
1892 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() local1900 nzRow = Ai[i + 1] - Ai[i]; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()1905 nzLeft = (nzRow - 1) / 2; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()1906 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()2129 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0() local2134 nzRow = Ai[i + 1] - Ai[i]; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()2135 if (nzRow > 1) { in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()2139 nzLeft = (nzRow - 1) / 2; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()2140 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()