Searched defs:inplace (Results 1 – 5 of 5) sorted by relevance
5 PetscErrorCode TestMatrix(const char *test, Mat A, PetscInt nrhs, PetscBool inplace, PetscBool chol) in TestMatrix()122 PetscBool aij, inplace = PETSC_FALSE; in main() local
96 PetscBool inplace, full = PETSC_FALSE, ldl = PETSC_TRUE, qr = PETSC_TRUE; in main() local
15 PetscBool inplace; /* flag indicating in-place factorization */ member
221 PetscBool inplace; in PCSetFromOptions_Factor() local
233 const auto inplace = !yin || (xinout == yin); in PointwiseUnary_() local