Lines Matching refs:PetscLogFlops
76 PetscCall(PetscLogFlops(16.0 * nz + 12)); /* flops = 2*bs^3*nz + 2*bs^3 - bs2) */ in MatLUFactorNumeric_SeqBAIJ_2()
113 PetscCall(PetscLogFlops(1.333333333333 * 2 * 2 * 2 * n)); /* from inverting diagonal blocks */ in MatLUFactorNumeric_SeqBAIJ_2()
182 PetscCall(PetscLogFlops(16.0 * nz + 12)); /* flops = 2*bs^3*nz + 2*bs^3 - bs2) */ in MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering()
219 PetscCall(PetscLogFlops(1.333333333333 * 2 * 2 * 2 * n)); /* from inverting diagonal blocks */ in MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering()
301 PetscCall(PetscLogFlops(16.0 * nz + 12.0)); in MatILUFactorNumeric_SeqBAIJ_2_inplace()
331 PetscCall(PetscLogFlops(1.333333333333 * 8 * b->mbs)); /* from inverting diagonal blocks */ in MatILUFactorNumeric_SeqBAIJ_2_inplace()
408 PetscCall(PetscLogFlops(16.0 * nz + 12.0)); in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
442 PetscCall(PetscLogFlops(1.333333333333 * 8 * b->mbs)); /* from inverting diagonal blocks */ in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
531 PetscCall(PetscLogFlops(2.0 * nz)); in MatLUFactorNumeric_SeqBAIJ_1()
598 PetscCall(PetscLogFlops(C->cmap->n)); in MatLUFactorNumeric_SeqBAIJ_1()
656 PetscCall(PetscLogFlops(1.0 + 2.0 * nz)); in MatILUFactorNumeric_SeqBAIJ_1_inplace()
684 PetscCall(PetscLogFlops(C->cmap->n)); in MatILUFactorNumeric_SeqBAIJ_1_inplace()
875 PetscCall(PetscLogFlops(C->rmap->N)); in MatCholeskyFactorNumeric_SeqBAIJ_N()
1003 PetscCall(PetscLogFlops(C->rmap->N)); in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
1471 PetscCall(PetscLogFlops(2.0 * (a->bs2) * (a->nz) - A->rmap->bs * A->cmap->n)); in MatSolve_SeqBAIJ_N_NaturalOrdering()
1529 PetscCall(PetscLogFlops(2.0 * (a->bs2) * (a->nz) - A->rmap->bs * A->cmap->n)); in MatSolve_SeqBAIJ_N()