Home
last modified time | relevance | path

Searched defs:inplace (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/tests/
H A Dex267.c5 PetscErrorCode TestMatrix(const char *test, Mat A, PetscInt nrhs, PetscBool inplace, PetscBool chol) in TestMatrix()
122 PetscBool aij, inplace = PETSC_FALSE; in main() local
H A Dex1.c96 PetscBool inplace, full = PETSC_FALSE, ldl = PETSC_TRUE, qr = PETSC_TRUE; in main() local
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h15 PetscBool inplace; /* flag indicating in-place factorization */ member
H A Dfactimpl.c221 PetscBool inplace; in PCSetFromOptions_Factor() local
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp233 const auto inplace = !yin || (xinout == yin); in PointwiseUnary_() local