Home
last modified time | relevance | path

Searched refs:PetscPowInt64 (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D314.md306 - Add PetscPowInt64 returning a 64bit integer result for cases where
/petsc/include/
H A Dpetscmath.h1062 static inline PetscInt64 PetscPowInt64(PetscInt base, PetscInt power) in PetscPowInt64() function
/petsc/src/mat/impls/aij/seq/
H A Daij.c1798 flops += 2 * PetscPowInt64(bsizes[i], 3) / 3; in MatInvertVariableBlockDiagonal_SeqAIJ()