Lines Matching refs:bcol
1194 PetscInt *a2anew, i, j, mbs = a->mbs, *bi = b->i, *bj = b->j, *bcol; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() local
1287 bcol = bj + jmin; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1289 rs += PetscAbsScalar(rtmp[*bcol]); in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1290 bcol++; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1504 PetscInt k, jmin, *jl, *il, nexti, ili, *acol, *bcol, nz; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() local
1563 bcol = bj + jmin; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1566 while (nz--) rtmp[*bcol++] += uikdi * (*bval++); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1583 bcol = bj + jmin; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1585 rs += PetscAbsScalar(rtmp[*bcol]); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1586 bcol++; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1601 bcol = bj + jmin; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1604 *bval++ = rtmp[*bcol]; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1605 rtmp[*bcol++] = 0.0; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()