Lines Matching refs:rs
1197 PetscReal rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() local
1283 rs = 0.0; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1289 rs += PetscAbsScalar(rtmp[*bcol]); in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1294 sctx.rs = rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1355 PetscReal rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering() local
1446 rs = 0.0; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()
1453 rs += PetscAbsScalar(ba[j]); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()
1462 sctx.rs = rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()
1506 PetscReal rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() local
1579 rs = 0.0; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1585 rs += PetscAbsScalar(rtmp[*bcol]); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1590 sctx.rs = rs; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()